Erase one newline

main
Charlotte Som 2022-02-04 21:06:11 +00:00
parent a4e2c33cdf
commit fec2da3d7f
1 changed files with 0 additions and 1 deletions

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