mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-28 01:10:52 +00:00
fix /back resetting on logout
This commit is contained in:
parent
b70f950479
commit
329f93a4f6
1 changed files with 3 additions and 1 deletions
|
@ -120,7 +120,9 @@ public class EssentialsPlayerListener implements Listener
|
|||
{
|
||||
user.toggleVanished();
|
||||
}
|
||||
user.setLastLocation();
|
||||
if (user.getLastLocation() == null) {
|
||||
user.setLastLocation();
|
||||
}
|
||||
user.updateActivity(false);
|
||||
user.dispose();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue