Update RegularLevel.java
This commit is contained in:
parent
0ebed3b0f5
commit
33c27cdb58
|
@ -681,9 +681,7 @@ public abstract class RegularLevel extends Level {
|
|||
@Override
|
||||
public void restoreFromBundle( Bundle bundle ) {
|
||||
super.restoreFromBundle( bundle );
|
||||
|
||||
weakFloorCreated = false;
|
||||
|
||||
|
||||
rooms = new HashSet<Room>( (Collection<? extends Room>) bundle.getCollection( "rooms" ) );
|
||||
for (Room r : rooms) {
|
||||
if (r.type == Type.WEAK_FLOOR) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user