From 44ff01a86fd228fdd08a4d14e4b24c46a3e7eaa5 Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:53:52 -0700 Subject: [PATCH] fix: lock crash to operator --- dGame/dUtilities/SlashCommandHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dUtilities/SlashCommandHandler.cpp b/dGame/dUtilities/SlashCommandHandler.cpp index da7da945..771638a6 100644 --- a/dGame/dUtilities/SlashCommandHandler.cpp +++ b/dGame/dUtilities/SlashCommandHandler.cpp @@ -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);