Fixed waves appearing on Erekir
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user