okay im done

it's a environment issue i think
This commit is contained in:
AnonymousHybi
2018-03-21 16:23:54 +00:00
parent c45971bd00
commit 3a26426ae3
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
if(world.system_type == MS_WINDOWS)
script = replacetext(script, "/", "\\")
var/command = python_path + " " + script + " " + args
var/command = config.python_path + " " + script + " " + args
shell("[command]")
return