Fix lack of instance

This commit is contained in:
blitzman
2017-01-24 19:57:16 -05:00
parent 992820ac42
commit 1b0cdeedce

View File

@@ -61,6 +61,8 @@ INV_FLAG_FIGHTER = 158
class Port(object):
instance = None
@classmethod
def getInstance(cls):
if cls.instance is None: