Beispiel #1
0
 /** Shuffle teams, without restart.
  * This function is bound to the !shuffle command. Shuffle teams, without restart.
  * 
  * \param $id The game ID of the player who executed the command.
  * \param $command The command parameters.
  * 
  * \return Nothing.
  */
 public function CommandShuffle($id, $command)
 {
     RCon::shuffle();
 }