r5267 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Dec 18 09:09:44 EST 2008


Author: div0
Date: 2008-12-18 09:09:41 -0500 (Thu, 18 Dec 2008)
New Revision: 5267

Modified:
   trunk/data/qcsrc/server/ipban.qc
Log:
bug fix


Modified: trunk/data/qcsrc/server/ipban.qc
===================================================================
--- trunk/data/qcsrc/server/ipban.qc	2008-12-18 08:13:24 UTC (rev 5266)
+++ trunk/data/qcsrc/server/ipban.qc	2008-12-18 14:09:41 UTC (rev 5267)
@@ -379,6 +379,8 @@
 			dropclient(e);
 		}
 	bprint(s);
+
+	return reason;
 }
 
 float Ban_Insert(string ip, float bantime, string reason, float dosync)




More information about the nexuiz-commits mailing list