From 337b25e3b35bfb5176d36d11166f7ba64e19d9af Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 15 Feb 2017 19:49:52 -0500 Subject: More long codepoints --- ShiftOS_TheReturn/Scripting.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS_TheReturn') 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) -- cgit v1.2.3