#1238 Save player after restoring data from limbo player

This commit is contained in:
ljacqu 2017-06-18 08:36:03 +02:00
parent e05e346a32
commit 886e3b2f1e

View File

@ -27,6 +27,7 @@ public class ProcessSyncPlayerQuit implements SynchronousProcess {
commandManager.runCommandsOnLogout(player);
} else {
limboService.restoreData(player);
player.saveData(); // #1238: Speed is sometimes not restored properly
}
player.leaveVehicle();
}