Skip to content

Commit 681e71f

Browse files
style: format if statement for consistency in BukkitNpc.kt
1 parent a0c1263 commit 681e71f

File tree

1 file changed

+1
-1
lines changed
  • surf-npc-bukkit/src/main/kotlin/dev/slne/surf/npc/bukkit/npc

1 file changed

+1
-1
lines changed

surf-npc-bukkit/src/main/kotlin/dev/slne/surf/npc/bukkit/npc/BukkitNpc.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class BukkitNpc(
299299
val global =
300300
this.getPropertyValue(NpcProperty.Internal.VISIBILITY_GLOBAL, Boolean::class) ?: false
301301

302-
if(global) {
302+
if (global) {
303303
forEachPlayer {
304304
playerManager.getUser(it).sendPacket(createEntityAnimation(id, animationType))
305305
}

0 commit comments

Comments
 (0)