PieMC-Dev / PieRakNet

A WORKING 🎉 RakNet implementation, written in Python. Created for PieMC.
GNU General Public License v3.0
19 stars 4 forks source link

Fix "is" keyword improperly used to compare types #4

Closed UCYT5040 closed 1 year ago

UCYT5040 commented 1 year ago

This is the problem we've fixed hours trying to solve - and it's all because of the pesky is keyword being used improperly (it can't compare types like isinstance() can).