[mw-devel] MW3 r1386 - trunk/src/client
arthur at sucs.org
arthur at sucs.org
Thu Sep 10 20:30:35 BST 2015
Author: arthur
Date: 2015-09-10 20:30:35 +0100 (Thu, 10 Sep 2015)
New Revision: 1386
Modified:
trunk/src/client/user.c
Log:
don't automatically drop out of autochat
Modified: trunk/src/client/user.c
===================================================================
--- trunk/src/client/user.c 2015-09-10 13:29:11 UTC (rev 1385)
+++ trunk/src/client/user.c 2015-09-10 19:30:35 UTC (rev 1386)
@@ -368,14 +368,9 @@
do{
get_login(name, *autochat);
if(is_old(usr,name,userposn))
- {
okay=old_usr(usr);
- }
else
- {
- *autochat = 0;
okay=new_usr(usr,name,userposn);
- }
}while (!okay);
check_copies(*userposn);
}
More information about the mw-devel
mailing list