Skip to content

Commit 03d3b87

Browse files
Update protectmod help message
Co-authored-by: SaltySnail <51403141+SaltySnail@users.noreply.github.com>
1 parent 40c8c0c commit 03d3b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TConsole.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ void TConsole::Command_Help(const std::string&, const std::vector<std::string>&
218218
status how the server is doing and what it's up to
219219
clear clears the console window
220220
version displays the server version
221-
protectmod <name> <value> sets whether a mod is protected
221+
protectmod <name> <value> sets whether a mod is protected, value can be true or false
222222
reloadmods reloads all mods from the Resources Client folder)";
223223
Application::Console().WriteRaw("BeamMP-Server Console: " + std::string(sHelpString));
224224
}

0 commit comments

Comments
 (0)