Closed Peybro closed 6 months ago
https://github.com/TheOtherRolesAU/TheOtherRoles/blob/39c3e3d21c17d30f77f0e86f5f4720142c5cbf80/TheOtherRoles/Modules/ChatCommands.cs#L28-L29
"/ban RandomName".substring(6) will always result in the name missing its first letter.
"/ban RandomName".substring(6)
The lobby host still has the option via chat (not command).
Will be fixed in the next update - closing this and the related PR
https://github.com/TheOtherRolesAU/TheOtherRoles/blob/39c3e3d21c17d30f77f0e86f5f4720142c5cbf80/TheOtherRoles/Modules/ChatCommands.cs#L28-L29
"/ban RandomName".substring(6)
will always result in the name missing its first letter.