From 423786f54c7c5663f01a3cd7c827e672ff6c67bd Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Sat, 28 Jul 2012 03:45:29 +0000 Subject: [PATCH] - Removed the logging of guest accounts... don't want that. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4199 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/client/client procs.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 09ae471cefd..36a6fd8bfd7 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -123,6 +123,10 @@ /client/proc/log_client_to_db() + + if ( IsGuestKey(src.key) ) + return + var/user = sqlfdbklogin var/pass = sqlfdbkpass var/db = sqlfdbkdb