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