This commit is contained in:
Super_ 2019-12-12 06:56:53 -05:00
parent d7e3f05010
commit 69fb21f57c

View file

@ -180,7 +180,6 @@ public class PlayerList extends FreedomService
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void onPlayerQuit(PlayerQuitEvent event)
{
plugin.pv.save();
final Player player = event.getPlayer();
final String ip = Ips.getIp(player);
playerMap.remove(ip);