示例#1
0
    def player_left(self):
        """Called when the player leaves the game"""
        Protocol.player_left(self)

        self.logger.info("%s has left." % self.username)
示例#2
0
 def player_left(self):
     """Called when we leave the game."""
     Protocol.player_left(self)
     self.logger.info("Left the game.")
示例#3
0
    def player_left(self):
        Protocol.player_left(self)

        self.logger.info("%s has left." % self.username)
示例#4
0
 def player_left(self):
     Protocol.player_left(self)
     self.logger.info("Left the game.")
示例#5
0
 def player_left(self):
     Protocol.player_left(self)
     self.logger.info("Left the game.")
示例#6
0
    def player_left(self):
        """Called when the player leaves the game"""
        Protocol.player_left(self)

        self.logger.info("%s has left." % self.display_name)
示例#7
0
 def player_left(self):
     """Called when we leave the game."""
     Protocol.player_left(self)
     self.logger.info("Left the game.")