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