Remove debug
This commit is contained in:
@@ -357,9 +357,6 @@ namespace OpenRa
|
||||
|
||||
var newIndex = ((int)Game.world.LocalPlayer.PaletteIndex + d) % Player.PlayerColors.Count();
|
||||
|
||||
Game.IssueOrder(
|
||||
Order.Chat("color count " + Player.PlayerColors.Count()));
|
||||
|
||||
while (!PaletteAvailable(newIndex) && newIndex != (int)Game.world.LocalPlayer.PaletteIndex)
|
||||
newIndex = (newIndex + d) % Player.PlayerColors.Count();
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@ namespace OpenRa
|
||||
|
||||
public static void RegisterPlayerColor(string palette, string name, Color c)
|
||||
{
|
||||
Log.Write("Adding player color {0}",name);
|
||||
PlayerColors.Add(new Tuple<string, string, Color>(palette, name, c));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user