- Added missing break statement.

This commit is contained in:
Agetian
2017-08-05 10:18:51 +00:00
parent f9b1a59368
commit cc2c585a55

View File

@@ -135,6 +135,7 @@ public class Puzzle extends GameState implements InventoryItem, Comparable {
String countVar = "Count$Valid " + targets; String countVar = "Count$Valid " + targets;
goalCard.setSVar("PermCount", countVar); goalCard.setSVar("PermCount", countVar);
break;
default: default:
break; break;
} }