Example #1
0
def unload():
    """Remove the player assist attribute."""
    player_attributes.unregister_attribute('assist_points')
Example #2
0
def unload():
    """Remove the player hostage attributes."""
    player_attributes.unregister_attribute('hostage_rescues')
    player_attributes.unregister_attribute('hostage_stops')
    player_attributes.unregister_attribute('hostage_kills')
def unload():
    """Unregister the multi-level attribute."""
    player_attributes.unregister_attribute('multi_levels')
Example #4
0
def unload():
    player_attributes.unregister_attribute('multi_levels')