23092310231123122313231423152316231723182319
if(isInOlympiadMode() && isOlympiadCompStart()) { OlympiadGame game = Olympiad.getOlympiadGame(getOlympiadGameId()); if(game != null) { game.broadcastInfo(this, null, false); } } } public Future<?> _broadcastCharInfoTask;
65636564656565666567656865696570657165726573
if(getOlympiadObserveId() > -1) { OlympiadGame game = Olympiad.getOlympiadGame(getOlympiadObserveId()); if(game != null) { game.broadcastInfo(null, this, true); } } } public void returnFromObserverMode()
82548255825682578258825982608261826282638264
World.showObjectsToPlayer(this); OlympiadGame game = getOlympiadObserveGame(); if (game != null) { game.addSpectator(this); game.broadcastInfo(null, this, true); } } /** * Method leaveObserverMode.