forked from SteamWar/SteamWar
@@ -279,7 +279,7 @@ class SchematicNode(id: EntityID<Int>) : IntEntity(id) {
|
||||
}
|
||||
val index = s.lastIndexOf("/")
|
||||
val cacheKey = if (index == -1) "" else s.take(index)
|
||||
tabCache[user.getId()]?.get(cacheKey)?.also { return it }
|
||||
tabCache[user.getId()]?.get(cacheKey)?.also { return it.toMutableList() }
|
||||
|
||||
val list = mutableListOf<String>()
|
||||
if (s.contains("/")) {
|
||||
|
||||
Reference in New Issue
Block a user