From c4449fea397ebb9fde1726ab0e110ace750bf7c1 Mon Sep 17 00:00:00 2001 From: tigercat2000 Date: Thu, 22 Mar 2018 15:41:33 -0700 Subject: [PATCH] Whoops --- code/modules/ext_scripts/python.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/ext_scripts/python.dm b/code/modules/ext_scripts/python.dm index 1f761542a35..6781af866e3 100644 --- a/code/modules/ext_scripts/python.dm +++ b/code/modules/ext_scripts/python.dm @@ -1,5 +1,4 @@ /proc/ext_python(var/script, var/args, var/scriptsprefix = 1) - to_chat(world, "ext python [script] [args]") if(scriptsprefix) script = "scripts/" + script if(world.system_type == MS_WINDOWS)