Make puffle substring in playerstring always take the same spaces

This commit is contained in:
Ben 2020-07-01 00:10:51 +01:00
parent 904963e3fc
commit bc059bacb8

View File

@ -209,7 +209,7 @@ def get_my_player_walking_puffle(p):
puffle = p.puffles[p.walking]
parent_id, puffle_id = get_client_puffle_id(p, puffle.puffle_id)
return f'{puffle.id}|{parent_id}|{puffle_id}|{puffle.hat or 0}|0'
return str()
return '||||'
def check_name(p, puffle_name):