1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-14 02:24:16 +02:00

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

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