doc_update
Joey Hines 2019-02-02 10:27:10 -06:00
parent c0c42b6527
commit 8b0f3867e0
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ def add_owner(new_owner_name, location_name, discord_uuid=None, mc_uuid=None):
:param mc_uuid: MC UUID of the current owner
:return: Updated Location
:raises: PlayerNotFound, LocationLookupError, PlayerInDBError
:help: Adds an co-owner to a location
:help: Adds a co-owner to a location
'''
owner = get_player(discord_uuid, mc_uuid)