File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/main/kotlin/gg/skytils/skytilsmod/features/impl/dungeons Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ object MasterMode7Features {
9898 WitherKingDragons .values().find { it.blockPos.x == x.toInt() && it.blockPos.z == z.toInt() } ? : return
9999 if (spawningDragons.add(drag)) {
100100 printDevMessage(" ${drag.name} spawning $x $y $z " , " witherkingdrags" )
101-
102101 }
103102 } else if (event.packet is S2APacketParticles ) {
104103 event.packet.apply {
@@ -108,9 +107,9 @@ object MasterMode7Features {
108107 } ? : return
109108 if (owner !in dragonSpawnTimes) {
110109 dragonSpawnTimes[owner] = System .currentTimeMillis() + 5000
111- }
112- if ( Skytils .config.witherKingDragonSpawnAlert) {
113- UChat .chat( " §c§lThe ${owner.chatColor} §l ${owner.name} §c§ldragon is spawning! " )
110+ if ( Skytils .config.witherKingDragonSpawnAlert) {
111+ UChat .chat( " §c§lThe ${owner.chatColor} §l ${owner.name} §c§ldragon is spawning! " )
112+ }
114113 }
115114 }
116115 }
You can’t perform that action at this time.
0 commit comments