mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-05-18 12:50:14 +01:00
okay im done
it's a environment issue i think
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user