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

View File

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