fix: lock crash to operator

This commit is contained in:
David Markowitz
2025-04-24 10:53:52 -07:00
committed by GitHub
parent 55d409eb82
commit 44ff01a86f

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