remove debug, whoops

This commit is contained in:
Ellpeck 2020-06-05 23:01:50 +02:00
parent 349d9e230b
commit b062655a19

View file

@ -50,7 +50,6 @@ namespace TouchyTickets {
game.AppliedUpgrades.Add(Upgrade.Upgrades[name]);
game.Tutorial.CurrentStep = data.TutorialStep;
Console.WriteLine("OLD SAVE VERSION: " + data.SaveVersion);
// version 1 had smaller maps
if (data.SaveVersion <= 1) {
game.Map = game.Map.Copy(20, 20);