mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-25 16:54:50 +00:00
Configuration Controller (#7857)
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
if(world.system_type == MS_WINDOWS)
|
||||
script = replacetext(script, "/", "\\")
|
||||
|
||||
var/command = config.python_path + " " + script + " " + args
|
||||
var/command = CONFIG_GET(string/python_path) + " " + script + " " + args // CHOMPEdit
|
||||
return shell(command)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user