-
Notifications
You must be signed in to change notification settings - Fork 232
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
Check Players adminverb + other admin verb fixes #4030
base: master
Are you sure you want to change the base?
Conversation
Check Players adminverb to quickly and precisely check how many connected clients of several categories: Connected Clients, Living Players, Dead Players, Ghost Players, Living Antags.
monkestation/code/modules/veth_misc_items/admin_fixes/check_players.dm
Outdated
Show resolved
Hide resolved
monkestation/code/modules/veth_misc_items/admin_fixes/check_players.dm
Outdated
Show resolved
Hide resolved
monkestation/code/modules/veth_misc_items/admin_fixes/check_players.dm
Outdated
Show resolved
Hide resolved
monkestation/code/modules/veth_misc_items/admin_fixes/check_players.dm
Outdated
Show resolved
Hide resolved
monkestation/code/modules/veth_misc_items/admin_fixes/check_players.dm
Outdated
Show resolved
Hide resolved
I don't think I can check adjust_metacoins properly (or at least I can't figure out how to get it to work) so I have reverted to what it was before
/datum/check_players/ui_interact(mob/user, datum/tgui/ui) | ||
. = ..() | ||
ui = new(user, src, "PlayerStatistics") | ||
ui.set_autoupdate(FALSE) |
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.
autoupdate is fine to have here
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.
I tried it - everytime I would move the window it would shit itself up and spawn another one - I was unsure how to fix this so I just disabled autoupdate
About The Pull Request
Check Players adminverb to quickly and precisely check how many connected clients of several categories: Connected Clients, Living Players, Dead Players, Ghost Players, Living Antags.
Fixes to Adjust Event Tokens, Adjust Antag Tokens to work off of ckey instead of Character Name.
Adjust metacoins was unchanged due to the fact I can't test if it's broken.
Why It's Good For The Game
Admin tools!!
Changelog
🆑
admin: Added Check Players verb
admin: Fixed Adjust Event Tokens to work off of ckey instead of Character Name
admin: Fixed Adjust Antag Tokens to work off of ckey instead of Character Name
/:cl: