def enable(self): """actions to take when the plugin is enabled""" if self._recording_all_players: self.start_recording_all_players() Plugin.enable(self)
def enable(self): Plugin.enable(self) self._init_nextmap_display_timer()