mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-31 14:49:35 +01:00
Removed PlayerProfile save on User.removeUser, it's already done in RemoveProfileFromMemoryTask
This commit is contained in:
parent
56aff1d191
commit
35565bb021
@ -69,7 +69,6 @@ public class Users {
|
||||
public static void removeUser(Player player) {
|
||||
//Only remove PlayerProfile if user is offline and we have it in memory
|
||||
if (!player.isOnline() && players.containsKey(player)) {
|
||||
players.get(player).save();
|
||||
players.remove(player);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user