コード例 #1
0
ファイル: adminbase.php プロジェクト: Geolim4/Leelabot
 /** Shuffleteams command. Shuffle teams, with restart.
  * This function is bound to the !shuffleteams command. Shuffle teams, with restart.
  * 
  * \param $id The game ID of the player who executed the command.
  * \param $command The command parameters.
  * 
  * \return Nothing.
  */
 public function CommandShuffleTeams($id, $command)
 {
     Rcon::shuffleteams();
 }