VS: Strange incorrect code times

This commit is contained in:
Aronai Sieyes
2021-05-27 12:07:41 -04:00
parent 0c954142d2
commit 4cfdd72c02
21 changed files with 51 additions and 71 deletions

View File

@@ -18,6 +18,7 @@
/proc/ext_python(var/script, var/args, var/scriptsprefix = 1)
return // VOREStation Edit - Can't exploit shell if we never call shell!
/* Unreachable with above vorestation edit
if(scriptsprefix)
script = "scripts/" + script
@@ -25,4 +26,6 @@
script = replacetext(script, "/", "\\")
var/command = config.python_path + " " + script + " " + args
return shell(command)
return shell(command)
*/