Skip to content

Commit

Permalink
Remove player save on quit, attempt to fix AuthMe#2855
Browse files Browse the repository at this point in the history
  • Loading branch information
sgdc3 committed Aug 7, 2024
1 parent 536af46 commit c962471
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public void processSyncQuit(Player player, boolean wasLoggedIn) {
commandManager.runCommandsOnLogout(player);
} else {
limboService.restoreData(player);
player.saveData(); // #1238: Speed is sometimes not restored properly
}
player.leaveVehicle();
}
Expand Down

0 comments on commit c962471

Please sign in to comment.