예제 #1
0
 /** Reload command. Reload the game.
  * This function is bound to the !reload command. It reload the server.
  * 
  * \param $id The game ID of the player who executed the command.
  * \param $command The command parameters.
  * 
  * \return Nothing.
  */
 public function CommandReload($id, $command)
 {
     Rcon::reload();
 }