Closed plaza-in-a-heatwave closed 4 years ago
All other elements are carried across
This may be related to MapType.java which loads a map and then removes its flags: MapType.java:65
MapType.java:65
This may also be related to issue #102 (and PR #106 which addresses it)
Correct, MapType.java sets the flags on the server for finalMap but doesn't for the custom map since it load() just returns either finalMap or customMap.
For loop for the custom map should fix it.
All other elements are carried across
This may be related to MapType.java which loads a map and then removes its flags:
MapType.java:65
This may also be related to issue #102 (and PR #106 which addresses it)