mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
omg maga tease
Signed-off-by: Robinson Gallego <robinson.leal7@gmail.com>
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user