remove world arg to SyncLobbyInfo and HandleInput

This commit is contained in:
Bob
2010-10-10 21:43:45 +13:00
parent 915ad7fb7b
commit 3724f46a3e
4 changed files with 10 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ namespace OpenRA.Network
}
case "SyncInfo":
{
Game.SyncLobbyInfo( world, order.TargetString);
Game.SyncLobbyInfo( order.TargetString);
break;
}
case "SetStance":