def unload():
    """Clear the team level dictionary."""
    team_levels.clear()
Beispiel #2
0
def unload():
    message_manager.unhook_prefix('LevelInfo:')
    team_levels.clear()
Beispiel #3
0
def unload():
    team_levels.clear()
 def clear(self):
     team_levels.clear()
     for team in self.values():
         team.reset_values()
Beispiel #5
0
 def reset_values(self):
     self.leader = None
     team_levels.clear()