From 5eb6491c0cc423c8b353a9a558c8ced691c1f8a3 Mon Sep 17 00:00:00 2001 From: ChuckTheSheep Date: Mon, 6 Jan 2014 21:27:50 -0500 Subject: [PATCH] Whoops --- code/modules/mob/logout.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/logout.dm b/code/modules/mob/logout.dm index 26445a55b56..64e9d1b1c6a 100644 --- a/code/modules/mob/logout.dm +++ b/code/modules/mob/logout.dm @@ -30,8 +30,8 @@ send2irc("Server", "[cheesy_message]") ..() - return 1 - if(isobj(loc)) var/obj/Loc=loc - Loc.on_log() \ No newline at end of file + Loc.on_log() + + return 1 \ No newline at end of file