Kill crufty makefile warnings

This commit is contained in:
Paul Chote
2010-04-11 21:35:41 +12:00
committed by Chris Forbes
parent 6cf4692023
commit 21ee783521
9 changed files with 4 additions and 26 deletions

View File

@@ -492,8 +492,7 @@ namespace OpenRA.Server
lobbyInfo.Clients.RemoveAll(c => c.Index == toDrop.PlayerIndex);
foreach( var c in conns )
DispatchOrders( toDrop, toDrop.MostRecentFrame, new byte[] { 0xbf } );
DispatchOrders( toDrop, toDrop.MostRecentFrame, new byte[] { 0xbf } );
if (conns.Count == 0) OnServerEmpty();
else SyncLobbyInfo();