Date:	Friday October 11, 2002 @ 2:25
Author:	cameron

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

Modified Files:
	enter.c 
Log Message:
rotfl

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

Index: Vanilla/ntserv/enter.c
diff -u Vanilla/ntserv/enter.c:1.12 Vanilla/ntserv/enter.c:1.13
--- Vanilla/ntserv/enter.c:1.12	Thu Oct 10 20:24:46 2002
+++ Vanilla/ntserv/enter.c	Fri Oct 11 02:25:56 2002
@@ -133,7 +133,7 @@
     if (s_type == STARBASE) {
 	me->p_flags |= PFDOCKOK; /* allow docking by default */
 	for(i = 0; i < MAXPLAYER; i++)
-	    if (players[i].p_team = me->p_team)
+	    if (players[i].p_team == me->p_team)
 	        players[i].p_candock = 1; /* give team permission to dock */
     }
     me->p_transwarp = PFGREEN|PFYELLOW|PFRED;