fix: lock crash to operator (#1779)

This commit is contained in:
David Markowitz 2025-04-24 11:23:46 -07:00 committed by GitHub
parent 55d409eb82
commit 1cc1782b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);