mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 03:24:31 +02:00
fix /back resetting on logout
This commit is contained in:
@@ -120,7 +120,9 @@ public class EssentialsPlayerListener implements Listener
|
||||
{
|
||||
user.toggleVanished();
|
||||
}
|
||||
user.setLastLocation();
|
||||
if (user.getLastLocation() == null) {
|
||||
user.setLastLocation();
|
||||
}
|
||||
user.updateActivity(false);
|
||||
user.dispose();
|
||||
}
|
||||
|
Reference in New Issue
Block a user