Unlock all Veteran Content for everyone

This commit is contained in:
Cyprex
2023-01-16 21:48:13 +01:00
committed by GitHub
parent b05ea8bd43
commit e1c0a2e218

View File

@@ -20,6 +20,7 @@ GLOBAL_LIST(veteran_players)
/proc/is_veteran_player(client/user)
if(isnull(user))
return FALSE
return TRUE //Bubberstation Edit, unlocks all Veteran features for everyone
if(GLOB.veteran_players[user.ckey])
return TRUE
if(check_rights_for(user, R_ADMIN))