Always allow cheats on single player games
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenRA.Traits
|
||||
|
||||
public void ResolveOrder(Actor self, Order order)
|
||||
{
|
||||
if (!self.World.LobbyInfo.GlobalSettings.AllowCheats)
|
||||
if (!self.World.AllowDevCommands)
|
||||
return;
|
||||
|
||||
switch(order.OrderString)
|
||||
|
||||
Reference in New Issue
Block a user