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