From da96fabe252ac5e217090ad769e0577467b40238 Mon Sep 17 00:00:00 2001 From: Miniature Date: Mon, 12 Dec 2011 01:33:47 +1030 Subject: [PATCH] Fixed json thing --- code/game/json.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/json.dm b/code/game/json.dm index 94bd63052c1..38eca15c3b8 100644 --- a/code/game/json.dm +++ b/code/game/json.dm @@ -95,8 +95,8 @@ client/proc/ChangeMap(var/X as text) set category = "Admin" switchmap(X,X) proc/send2irc(msg,msg2) - shell("python26 nudge.py [msg] [msg2]") + shell("python nudge.py [msg] [msg2]") proc/send2adminirc(channel,msg) world << channel << " "<< msg - shell("python26 nudge.py '[channel]' [msg]") + shell("python nudge.py '[channel]' [msg]") p //test \ No newline at end of file