mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-05 07:27:41 +01:00
Remove player save on quit, attempt to fix #2855
This commit is contained in:
parent
536af46b2b
commit
c9624712da
@ -27,7 +27,6 @@ public class ProcessSyncPlayerQuit implements SynchronousProcess {
|
||||
commandManager.runCommandsOnLogout(player);
|
||||
} else {
|
||||
limboService.restoreData(player);
|
||||
player.saveData(); // #1238: Speed is sometimes not restored properly
|
||||
}
|
||||
player.leaveVehicle();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user