Removed the strange usage of selective saving and implemented a good simple one.

This commit is contained in:
Olof Larsson
2011-10-24 03:15:08 +02:00
parent 074be07510
commit 1ec7842ed4
3 changed files with 5 additions and 26 deletions

View File

@@ -62,7 +62,6 @@ public class FPlayers extends PlayerEntityCollection<FPlayer>
if (now - fplayer.getLastLoginTime() > toleranceMillis)
{
fplayer.leave(false);
fplayer.markForDeletion(true);
}
}
}