Exemplo n.º 1
0
 function onInit()
 {
     if (Storage::getInstance()->serverStatus->code > Status::LAUNCHING) {
         $this->connection->sendHideManialinkPage();
     }
     $this->groupAll = Group::Create('all');
     $this->groupPlayers = Group::Create('players');
     $this->groupSpectators = Group::Create('spectators');
 }