We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6b853 commit 0803e82Copy full SHA for 0803e82
source/funkin/backend/scripting/Script.hx
@@ -32,7 +32,7 @@ class Script extends FlxBasic implements IFlxDestroyable {
32
"Type" => Type,
33
"Date" => Date,
34
"Lambda" => Lambda,
35
- "Sys" => Sys,
+ #if sys "Sys" => Sys, #end
36
37
// OpenFL & Lime related stuff
38
"Assets" => openfl.utils.Assets,
@@ -400,4 +400,4 @@ class Script extends FlxBasic implements IFlxDestroyable {
400
* Called when the script is loaded.
401
*/
402
public function onLoad() {}
403
-}
+}
0 commit comments