gameServer/HWProtoInRoomState.hs
changeset 7947 0cf5277fef1a
parent 7921 6b074de32bea
child 7986 53b1da5ee7f4
--- a/gameServer/HWProtoInRoomState.hs	Sat Nov 03 23:28:42 2012 +0400
+++ b/gameServer/HWProtoInRoomState.hs	Sun Nov 04 21:28:03 2012 +0400
@@ -107,7 +107,6 @@
                 [ProtocolError "Not team owner!"]
             else
                 [RemoveTeam tName,
-                SendUpdateOnThisRoom,
                 ModifyClient
                     (\c -> c{
                         teamsInGame = teamsInGame c - 1,