omg maga tease

Signed-off-by: Robinson Gallego <robinson.leal7@gmail.com>
This commit is contained in:
Robinson Gallego
2019-07-28 02:04:16 -04:00
parent bcb466a95c
commit 521825024e
46 changed files with 48 additions and 54 deletions

View File

@ -28,11 +28,6 @@ public class Fuckoff extends FreedomService
public void onPlayerMove(PlayerMoveEvent event)
{
final Player fuckoffPlayer = event.getPlayer();
if (plugin.al.isAdmin(fuckoffPlayer))
{
return;
}
for (Player onlinePlayer : server.getOnlinePlayers())
{
final FPlayer fPlayer = plugin.pl.getPlayer(onlinePlayer);
@ -63,4 +58,4 @@ public class Fuckoff extends FreedomService
}
}
}
}
}