forked from SteamWar/SteamWar
Fix incorrect field references in BauweltMember methods.
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -119,7 +119,7 @@ class BauweltMember(id: EntityID<CompositeID>): CompositeEntity(id) {
|
|||||||
world = value
|
world = value
|
||||||
}
|
}
|
||||||
|
|
||||||
fun isBuild() = worldEdit
|
fun isBuild() = build
|
||||||
fun isSupervisor() = world
|
fun isSupervisor() = world
|
||||||
fun isWorldEdit() = build
|
fun isWorldEdit() = build
|
||||||
fun isWorld() = world
|
fun isWorld() = world
|
||||||
|
|||||||
Reference in New Issue
Block a user