-
Notifications
You must be signed in to change notification settings - Fork 27
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
Auto pair additions #161
Auto pair additions #161
Conversation
UnDeviato
commented
Jul 29, 2024
- Fix Auto Pair
- Add auto_pair command to set a max for maximum players displayed on screen
Fix Triple pair (Crystalwarrior#147)
Update master
man you're making a mess of your commits somehow LOL |
""" | ||
if arg.lower() not in ["double", "triple"]: | ||
client.send_ooc("Argument Error!\nUsage: /auto_pair <double/triple>") | ||
client.area.auto_pair_max = arg.lower() |
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.
There is no feedback if the command ran correctly
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.
"Pairing will show a maximum of 2/3 characters on screen now" or smth