Erase one newline

This commit is contained in:
Charlotte Som 2022-02-04 21:06:11 +00:00
parent a4e2c33cdf
commit fec2da3d7f

View file

@ -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