Class DenyGameMasterCommand

java.lang.Object
megamek.server.commands.ServerCommand
megamek.server.commands.DenyGameMasterCommand

public class DenyGameMasterCommand extends ServerCommand
This command votes no on another player's request to assume the elevated Game Master role.
  • Constructor Details

    • DenyGameMasterCommand

      public DenyGameMasterCommand(Server server, TWGameManager gameManager)
  • Method Details

    • run

      public void run(int connId, String[] args)
      Description copied from class: ServerCommand
      Run this command with the arguments supplied
      Specified by:
      run in class ServerCommand