Skip to content

Commit

Permalink
Allow Admin role to mapswap
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Oct 3, 2024
1 parent 1dbe747 commit df27706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Civ13/MessageServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ function (Message $message, string $command, array $message_filtered) use (&$gam
($content = $gameserver->sportsteam())
? $message->reply(MessageBuilder::new()->setContent('Sports Teams')->addfileFromContent("{$gameserver->key}_sports_teams.txt", $content))
: $message->react("🔥"),
['Ambassador']);
['Ambassador', 'Admin']);
}

$this->__declareListener();
Expand Down

0 comments on commit df27706

Please sign in to comment.