You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def reqCreateAvatar(self,name,roleType):
"""
创建客户端对应实体
"""
if len(self.characters)>= 3:
DEBUG_MSG("Account[%i].request avatar is more than three,Please detele one of them then create and another" % self.id)
def reqCreateAvatar(self,name,roleType):
"""
创建客户端对应实体
"""
if len(self.characters)>= 3:
DEBUG_MSG("Account[%i].request avatar is more than three,Please detele one of them then create and another" % self.id)
The text was updated successfully, but these errors were encountered: