1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-27 00:15:23 +02:00

fix /back resetting on logout

This commit is contained in:
Iaccidentally
2012-06-22 03:44:19 -04:00
parent 6b401e9257
commit 9aea1029ac

View File

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