From: kainazzzo Date: Thu, 25 Jan 2007 20:39:09 +0000 (+0000) Subject: fixed a typo X-Git-Url: https://jfr.im/git/irc/gameservirc.git/commitdiff_plain/c4c55a468f2f953d9ae3ad3853c971ea3e37ca8c fixed a typo git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@486 bc333340-6410-0410-a689-9d09f3c113fa --- diff --git a/gameserv/boolean.cpp b/gameserv/boolean.cpp index e3c4e90..dd3ea4f 100755 --- a/gameserv/boolean.cpp +++ b/gameserv/boolean.cpp @@ -179,7 +179,7 @@ bool timedOut(Player *p) if (!p) return false; else if (p->lastcommand == 0) - eturn false; + return false; else { if ((time(NULL) - p->lastcommand) >= maxidletime)