mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 22:14:05 +09:00
better wire branching control
This commit is contained in:
@@ -90,7 +90,7 @@ class ActorValue : KVHashMap {
|
||||
return ActorValue(newActor, hashMap).also {
|
||||
val listOfBlobs = it.hashMap.entries.filter { (it.value as? String)?.startsWith(BLOB) ?: false }
|
||||
listOfBlobs.forEach {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
// TODO clone blobs
|
||||
|
||||
Reference in New Issue
Block a user