BOT ATTEMPT 3 ELECTRIC BOOGALOO IM LOSING MY PATIENCE HELP

This commit is contained in:
AnonymousHybi
2018-03-21 15:14:48 +00:00
parent 5853881603
commit c45971bd00
3 changed files with 15 additions and 18 deletions
+3 -3
View File
@@ -4,6 +4,6 @@
if(world.system_type == MS_WINDOWS)
script = replacetext(script, "/", "\\")
var/command = config.python_path + " " + script + " " + args
return shell(command)
var/command = python_path + " " + script + " " + args
shell("[command]")
return