226227228229230231232233234235236
* So if object has the attribute, we request a sync perception as * we have entered a new zone. */ PlayerEntry entry = playerContainer.get(object); if (entry != null) { entry.requestSync(); } } } /**
4950515253545556575859
} /* * Notify Player Entry that this player is out of Sync */ entry.requestSync(); } catch (Exception e) { logger.error("error while processing OutOfSyncEvent", e); } }