So role maps should be used and stuff...
This commit is contained in:
parent
423e9269ee
commit
33cdb8027d
|
@ -65,11 +65,7 @@ class GuildStore(id: EntityID<Long>) : LongEntity(id) {
|
|||
}
|
||||
}
|
||||
|
||||
val roleMap: MutableMap<String, Long>
|
||||
get() {
|
||||
|
||||
return mutableMapOf()
|
||||
}
|
||||
val roleMap: MutableMap<String, Long> = SufferMap(this)
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue