Forgot to commit this file.

This commit is contained in:
nossr50 2012-02-09 03:16:55 -08:00
parent ca80a7d463
commit a419c4d4fe

View File

@ -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());
}