1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-21 00:11:25 +02:00

Forgot to commit this file.

This commit is contained in:
nossr50 2012-02-09 03:16:55 -08:00
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());
}