ThaPwned / WCS

Warcraft: Source using Source.Python to be faster, expandable, and flexible
GNU General Public License v3.0
30 stars 23 forks source link

Fixed exception with rcon say command #44

Closed NosferatuJoe closed 3 years ago

NosferatuJoe commented 3 years ago

WCS would throw an exception when using the say command with rcon. Exception ->"ValueError: Conversion from "Userid" (0) to "Index" failed."

Thanks to @Xiazee for fixing this issue.