mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-24 05:10:42 -04:00
Client: Fix /client without any args (Thanks Fam0r)
This commit is contained in:
parent
62f01431ba
commit
33aff91cf3
@ -70,7 +70,7 @@ namespace ClassicalSharp.Commands {
|
||||
text = text.Substring( 1 );
|
||||
}
|
||||
|
||||
if( text.Length == 1 ) { // only / or /client
|
||||
if( text.Length == 0 ) { // only / or /client
|
||||
game.Chat.Add( "&eList of client commands:" );
|
||||
PrintDefinedCommands( game );
|
||||
game.Chat.Add( "&eTo see a particular command's help, type /client help [cmd name]" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user