mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
fix: lock crash to operator (#1779)
This commit is contained in:
@@ -777,7 +777,7 @@ void SlashCommandHandler::Startup() {
|
||||
.info = "Crashes the server",
|
||||
.aliases = { "crash", "pumpkin" },
|
||||
.handle = DEVGMCommands::Crash,
|
||||
.requiredLevel = eGameMasterLevel::DEVELOPER
|
||||
.requiredLevel = eGameMasterLevel::OPERATOR
|
||||
};
|
||||
RegisterCommand(CrashCommand);
|
||||
|
||||
|
Reference in New Issue
Block a user