Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServerWrapper::SpawnBot() spawns bot with blank name if name is less than 8 characters. #35

Open
Syntaxxor opened this issue Jan 14, 2022 · 1 comment

Comments

@Syntaxxor
Copy link

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.

@Bakkes
Copy link
Member

Bakkes commented Jan 24, 2022

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).

namebug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants