what line in the cs files in need to delete to just remove the /online command but keep the /players command?
Dont wanna crash everything or wanna get a compiling error.
Anyone has an idea?
what line in the cs files in need to delete to just remove the /online command but keep the /players command?
Dont wanna crash everything or wanna get a compiling error.
Anyone has an idea?
[Command("online")]... to something else if you'd like, or remove it entirely for the command to not register.