From e04cc92ffddddceb69e6a24b87bfff104c1ab085 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 22 Apr 2024 22:06:12 +0700 Subject: [PATCH] Now players are properly kicked to their ships if world experiences fatal error --- .../dbotthepony/kstarbound/server/world/ServerChunk.kt | 2 +- .../dbotthepony/kstarbound/server/world/ServerWorld.kt | 9 +++++++-- .../kstarbound/server/world/ServerWorldTracker.kt | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt b/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt index 52f04026..28dd7743 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt @@ -774,7 +774,7 @@ class ServerChunk(world: ServerWorld, pos: ChunkPos) : Chunk