Fixed waves appearing on Erekir

This commit is contained in:
Anuken
2022-03-02 18:54:21 -05:00
parent d9ced82352
commit 315c273de3
12 changed files with 64 additions and 44 deletions

View File

@@ -30,4 +30,9 @@ public interface WorldContext{
return null;
}
/** @return whether the SaveLoadEvent fired after the end should be counted as a new map load. */
default boolean isMap(){
return false;
}
}