This commit is contained in:
DBotThePony 2024-04-29 17:38:31 +07:00
parent 430c92bd03
commit 0dc3c996be
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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?> {