@sierra assistant
from mtron_complete import server, player_to_unit_class_mapping as utcmapper
# first of all: make sure your server config and unit mapping are set up correctly
unit_mappers = [utcmapper['player'], utcmapper['mechanic_room']]
# now we're going through this shit again .....
server.get_player_by_name('Player 1') # maybe I should try a different one idk which is not working but still works with my mod?