diff --git a/OpenRA.Mods.Common/Commands/DevCommands.cs b/OpenRA.Mods.Common/Commands/DevCommands.cs index 8ca3005052..0fb17ee5eb 100644 --- a/OpenRA.Mods.Common/Commands/DevCommands.cs +++ b/OpenRA.Mods.Common/Commands/DevCommands.cs @@ -92,7 +92,7 @@ namespace OpenRA.Mods.Common.Commands case "crash": throw new DevException(); - + case "levelup": var level = 0; int.TryParse(arg, out level);