mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
Forgot to commit this file.
This commit is contained in:
parent
ca80a7d463
commit
a419c4d4fe
@ -155,6 +155,10 @@ public class mcPlayerListener implements Listener
|
||||
mmoHelper.containers.remove(player);
|
||||
}
|
||||
|
||||
//Save PlayerData to MySQL/FlatFile on player quit
|
||||
Users.getProfile(player).save();
|
||||
|
||||
//Remove PlayerProfile
|
||||
Users.removeUser(event.getPlayer());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user