force respawn after 10 minutes of unreleased corpse

This commit is contained in:
2024-09-04 09:35:44 -05:00
parent 57b9d31fff
commit 5ce42475c4
2 changed files with 51 additions and 2 deletions
@@ -672,6 +672,8 @@ public class ClientMessagePump implements NetMsgHandler {
JobScheduler.getInstance().scheduleJob(new RefreshGroupJob(sourcePlayer), MBServerStatics.LOAD_OBJECT_DELAY);
}
private static void lootWindowRequest(LootWindowRequestMsg msg, ClientConnection origin) throws MsgSendException {
PlayerCharacter pc = SessionManager.getPlayerCharacter(origin);