summaryrefslogtreecommitdiff
path: root/core/src/Khs.kt
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-28 23:09:18 -0400
committerFreya Murphy <freya@freyacat.org>2026-03-28 23:09:18 -0400
commit2352b5324ae1f7a37361f067de836c3da6b1f1e5 (patch)
tree4153b8c74f84dffc9863d29c12d253a2ca857463 /core/src/Khs.kt
parentadd wiki (diff)
downloadkenshinshideandseek2-2.0.0-alpha2.tar.gz
kenshinshideandseek2-2.0.0-alpha2.tar.bz2
kenshinshideandseek2-2.0.0-alpha2.zip
2.0.0-alpha2v2.0.0-alpha2
- Added command /hs map blockhunt disguise - Auto complete block names in blockhunt commands - Fixed void generating chunks in non map save worlds - Fixed onDamage having no attacker - Fixed onDamage not respawning seeker properly - Fixed config deserialize not handeling nulls - Fixed config deserialize looking at more properties then it should
Diffstat (limited to 'core/src/Khs.kt')
-rw-r--r--core/src/Khs.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/Khs.kt b/core/src/Khs.kt
index 1863e2b..1ac6bf4 100644
--- a/core/src/Khs.kt
+++ b/core/src/Khs.kt
@@ -103,6 +103,7 @@ class Khs(val shim: KhsShim) {
this,
"blockhunt",
KhsMapBlockHuntDebug(),
+ KhsMapBlockHuntDisguise(),
KhsMapBlockHuntEnabled(),
CommandGroup(
this,