How?
This commit is contained in:
parent
430c92bd03
commit
0dc3c996be
@ -304,7 +304,7 @@ class ServerUniverse(folder: File? = null) : Universe(), Closeable {
|
||||
if (pos !in chunk.systems)
|
||||
return null
|
||||
|
||||
return loadSystem(pos)!!.await()
|
||||
return loadSystem(pos)?.await()
|
||||
}
|
||||
|
||||
private fun getSystem(pos: Vector3i): CompletableFuture<System?> {
|
||||
|
Loading…
Reference in New Issue
Block a user