1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00

fix /back resetting on logout

This commit is contained in:
Iaccidentally
2012-06-22 03:44:19 -04:00
parent b70f950479
commit 329f93a4f6

View File

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