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":
config.put("layer", category);
break;
case "ground":
case "building":
case "furniture":
case "lighting":
case "industrial":
case "vegetation":
case "mechanical":
case "rubble":
case "containers":
case "arctic":
default: // Big brain or big stupid?
config.put("layer", "front");
break;
}