i have a problem with my kick command this is the code
it only works on players without a space in their name anyone know why?
Code:
if (Message.Substring(0,5) == "!kick")
{
ServerCommand("kick " + Message.Substring(5));
}