mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 03:54:19 +02:00
Revert "fix /back resetting on logout"
This is desired behavior, and required for other features.
This reverts commit db08af3c07
.
This commit is contained in:
@@ -120,9 +120,7 @@ public class EssentialsPlayerListener implements Listener
|
|||||||
{
|
{
|
||||||
user.toggleVanished();
|
user.toggleVanished();
|
||||||
}
|
}
|
||||||
if (user.getLastLocation() == null) {
|
|
||||||
user.setLastLocation();
|
user.setLastLocation();
|
||||||
}
|
|
||||||
user.updateActivity(false);
|
user.updateActivity(false);
|
||||||
user.dispose();
|
user.dispose();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user