send message to EVERYONE...

This commit is contained in:
alzeih
2010-07-20 21:48:09 +12:00
parent b8a335a88f
commit 0d489e638e

View File

@@ -103,7 +103,8 @@ namespace OpenRA.Widgets.Delegates
void TriggerCheatingMessage() void TriggerCheatingMessage()
{ {
Game.Debug("{0} has used a developer mode option that is considered a cheat!".F(Game.world.LocalPlayer.PlayerName.ToString())); var order = Order.Chat("I used a developer mode option that is considered a cheat!".F(Game.world.LocalPlayer.PlayerName.ToString()));
Game.IssueOrder(order);
} }
} }
} }