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

Fix for inverse weapon restrictions #7

Closed Idleless closed 5 years ago

Idleless commented 5 years ago

_restrictions.add_player_restrictions expected a string but WeaponClassIter returned a WeaponClass.

ThaPwned commented 5 years ago

Thanks!