diff --git a/dGame/dUtilities/SlashCommandHandler.cpp b/dGame/dUtilities/SlashCommandHandler.cpp index 9738fcd5..2b798283 100644 --- a/dGame/dUtilities/SlashCommandHandler.cpp +++ b/dGame/dUtilities/SlashCommandHandler.cpp @@ -1061,7 +1061,7 @@ void SlashCommandHandler::Startup() { .info = "Display the time the current world server has been active", .aliases = { "uptime" }, .handle = GMZeroCommands::ServerUptime, - .requiredLevel = eGameMasterLevel::CIVILIAN + .requiredLevel = eGameMasterLevel::FORUM_MODERATOR }; RegisterCommand(ServerUptimeCommand);