You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically just the title. If you use the SpawnBot() function with a name parameter less than 8 characters long, the bot that spawns has a blank name. A name with more characters has a proper name as you'd expect.
I found a workaround by simply forcing it to pad the name with spaces, but this does result in alignment issues.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I was able to reproduce and fix so names with less than 8 characters can be used. Will probably update the mod sometime this week which will include this fix (unless Psyonix announces a game update for next week or something).
Basically just the title. If you use the
SpawnBot()
function with aname
parameter less than 8 characters long, the bot that spawns has a blank name. A name with more characters has a proper name as you'd expect.I found a workaround by simply forcing it to pad the name with spaces, but this does result in alignment issues.
The text was updated successfully, but these errors were encountered: