Skip to content

Commit

Permalink
inrease /uptime GM level requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jadebenn committed Dec 14, 2024
1 parent 91d61aa commit eab8f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dGame/dUtilities/SlashCommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit eab8f7b

Please sign in to comment.