4243444546474849505152
// verify event if (!isValidEvent(alive, entry, ClientState.GAME_BEGIN, ClientState.LOGIN_COMPLETE)) { return; } entry.update(); } catch (Exception e) { logger.error("error while processing Keep Alive event", e); } }
5354555657585960616263
} /* * Update timeout timestamp on player. */ entry.update(); /* Send the action to RP Manager */ RPAction action = msg.getRPAction(); /*