-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Robot Names Can No Longer Be 0 Characters Long #21907
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be able to make this one change across all of your current changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Annoying that there's a lot of copy paste here, but it's out of scope for you to tidy all of that up
* Add minimum length + warning * Remove nullcheck * The Minimalist Code Initiative
* Add minimum length + warning * Remove nullcheck * The Minimalist Code Initiative
What Does This PR Do
Fixes #21841 - all robot names must now be at least 1 character long. Also fixed a bug that made the rename dialog pop up twice for floorbots.
Why It's Good For The Game
Things not having names bad.
Testing
Tried giving empty names to the most popular robots, tried giving a normal name to a robot.
Changelog
🆑
fix: Robot names can no longer be 0 characters long
/:cl: