mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
Paranoid sanitization
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
if(world.system_type == MS_WINDOWS)
|
||||
script = replacetext(script, "/", "\\")
|
||||
|
||||
var/command = config.python_path + " " + script + " " + args
|
||||
var/command = python_path + " " + script + " " + args
|
||||
shell("[command]")
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user