Skip to content

Commit 5dfaba5

Browse files
committed
Change: ban command description to demo new ban-reason arg
1 parent f7691e3 commit 5dfaba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cove/Server/Server.Commands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ void RegisterDefaultCommands()
199199
}
200200
}
201201
);
202-
SetCommandDescription("ban", "Bans a player from the server");
202+
SetCommandDescription("ban", "Usage: !ban (username|steamID|FisherID) \"Reason for ban\"");
203203

204204
RegisterCommand("prev", (player, args) =>
205205
{

0 commit comments

Comments
 (0)