Default items to front layer

This commit is contained in:
kuroppoi 2022-01-13 03:02:45 +01:00
parent bd0d9ebce6
commit 4a416425ab

View file

@ -135,16 +135,7 @@ public class GameConfiguration {
case "liquid": case "liquid":
config.put("layer", category); config.put("layer", category);
break; break;
case "ground": default: // Big brain or big stupid?
case "building":
case "furniture":
case "lighting":
case "industrial":
case "vegetation":
case "mechanical":
case "rubble":
case "containers":
case "arctic":
config.put("layer", "front"); config.put("layer", "front");
break; break;
} }