Erase one newline
parent
a4e2c33cdf
commit
fec2da3d7f
|
@ -11,7 +11,6 @@ import codes.som.hibiscus.world
|
|||
class AntiGhost : Feature("Anti Ghost", FeatureCategory.EXPLOITS) {
|
||||
init {
|
||||
on { _: PlayerTickEvent ->
|
||||
|
||||
for (player in world.players) {
|
||||
if (player == mc.player)
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue