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