Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/ntserv



Date:	Friday June 23, 2000 @ 6:21
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv2072/ntserv

Modified Files:
	ntscmds.c 
Log Message:
oops.


****************************************

Index: Vanilla/ntserv/ntscmds.c
diff -u Vanilla/ntserv/ntscmds.c:1.11 Vanilla/ntserv/ntscmds.c:1.12
--- Vanilla/ntserv/ntscmds.c:1.11	Fri Jun 23 06:18:24 2000
+++ Vanilla/ntserv/ntscmds.c	Fri Jun 23 06:21:03 2000
@@ -1,4 +1,4 @@
-/* $Id: ntscmds.c,v 1.11 2000/06/23 11:18:24 cameron Exp $
+/* $Id: ntscmds.c,v 1.12 2000/06/23 11:21:03 cameron Exp $
  */
 
 /*
@@ -1096,6 +1096,7 @@
   /* if player not on god queue, say no luck and exit */
   if (p->w_queue != QU_GOD_OBS && p->w_queue != QU_GOD) {
     pmessage(who, MINDIV, addr, "Sorry, no.", p->w_queue);
+    return;
   }
 
   /* admin quit n - simulate quit */