mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Make puffle substring in playerstring always take the same spaces
This commit is contained in:
parent
904963e3fc
commit
bc059bacb8
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user