mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Skyrat Cleanup: Total Veteran Annihilation (#2519)
## About The Pull Request Removes all fragments of veteran code from the game. ## Why It's Good For The Game It should help maintainers when doing upstream syncs as it removes some non-modular code. Also we have no use for the veteran system. ## Proof Of Testing It compiled and ran. ## Changelog Nothing player facing. Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
This commit is contained in:
@@ -36,9 +36,6 @@ ADMIN_VERB_ONLY_CONTEXT_MENU(show_player_panel, R_ADMIN, "Show Player Panel", mo
|
||||
|
||||
if(SSplayer_ranks.is_mentor(player.client, admin_bypass = FALSE))
|
||||
player_ranks += "Mentor"
|
||||
|
||||
if(SSplayer_ranks.is_veteran(player.client, admin_bypass = FALSE))
|
||||
player_ranks += "Veteran"
|
||||
//BUBBER ADDITION START
|
||||
if(SSplayer_ranks.is_vetted(player.client, admin_bypass = FALSE))
|
||||
player_ranks |= "Vetted"
|
||||
|
||||
Reference in New Issue
Block a user