mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-26 16:46:31 +00:00
fix: lock crash to operator (#1779)
This commit is contained in:
parent
55d409eb82
commit
1cc1782b35
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user