From a0d3ddf5954b33756be75472c7b639ee1db21094 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Thu, 18 Apr 2024 18:35:36 +0700 Subject: [PATCH] Fix wrong hue shift on modifiers --- .../ru/dbotthepony/kstarbound/server/world/ServerChunk.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 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 63df76cc..dd081b4a 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt @@ -583,7 +583,7 @@ class ServerChunk(world: ServerWorld, pos: ChunkPos) : Chunk