Revert "fix /back resetting on logout"

This is desired behavior, and required for other features.
This reverts commit 329f93a4f6.
This commit is contained in:
KHobbits 2012-06-23 13:33:36 +01:00
parent f7a34c49fb
commit 4d17b73291
1 changed files with 1 additions and 3 deletions

View File

@ -120,9 +120,7 @@ public class EssentialsPlayerListener implements Listener
{
user.toggleVanished();
}
if (user.getLastLocation() == null) {
user.setLastLocation();
}
user.setLastLocation();
user.updateActivity(false);
user.dispose();
}