diff options
Diffstat (limited to 'ShiftOS_TheReturn/Scripting.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Scripting.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Scripting.cs b/ShiftOS_TheReturn/Scripting.cs index 1bb48d5..246852f 100644 --- a/ShiftOS_TheReturn/Scripting.cs +++ b/ShiftOS_TheReturn/Scripting.cs @@ -195,7 +195,7 @@ namespace ShiftOS.Engine.Scripting [Exposed("sos")] public class SystemFunctions { - public int getCodepoints() { return SaveSystem.CurrentSave.Codepoints; } + public long getCodepoints() { return SaveSystem.CurrentSave.Codepoints; } public bool runCommand(string cmd) |
