This commit is contained in:
2023-11-20 22:56:14 -06:00
parent e5bfc97225
commit 979bb8a310
2 changed files with 35 additions and 28 deletions

View File

@@ -1,31 +1,3 @@
# ==================================================================
# Inactive
# ==================================================================
############ Legacy Gun Play
############ https://steamcommunity.com/sharedfiles/filedetails/?id=2560589980
###########2560589980^legacygunplay
############### advanced weapon scopes
################ https://steamcommunity.com/sharedfiles/filedetails/?id=2143128974
###############2143128974^advancedweaponscopes
############ tactical flava
############# https://steamcommunity.com/sharedfiles/filedetails/?id=2646817942
###########2646817942^tacticalflava
############## sGunplay
############## https://steamcommunity.com/sharedfiles/filedetails/?id=2507204412
#############2507204412^sgunplay
################## enough stamina
################## https://steamcommunity.com/sharedfiles/filedetails/?id=2337398072
#################2337398072^enoughstamina
#################### Notes
#################### https://steamcommunity.com/sharedfiles/filedetails/?id=1999076953
###################1999076953^notes
# ================================================================== # ==================================================================
# Generic / All Servers # Generic / All Servers
# ================================================================== # ==================================================================
@@ -34,6 +6,8 @@
# https://steamcommunity.com/sharedfiles/filedetails/?id=2545327648 # https://steamcommunity.com/sharedfiles/filedetails/?id=2545327648
2545327648^dabsframework 2545327648^dabsframework
return
# CF # CF
# https://steamcommunity.com/sharedfiles/filedetails/?id=1559212036 # https://steamcommunity.com/sharedfiles/filedetails/?id=1559212036
1559212036^cf 1559212036^cf
@@ -134,3 +108,32 @@
# https://steamcommunity.com/sharedfiles/filedetails/?id=1762444175 # https://steamcommunity.com/sharedfiles/filedetails/?id=1762444175
1762444175^uncuepascivilianclothing 1762444175^uncuepascivilianclothing
# ==================================================================
# Inactive
# ==================================================================
############ Legacy Gun Play
############ https://steamcommunity.com/sharedfiles/filedetails/?id=2560589980
###########2560589980^legacygunplay
############### advanced weapon scopes
################ https://steamcommunity.com/sharedfiles/filedetails/?id=2143128974
###############2143128974^advancedweaponscopes
############ tactical flava
############# https://steamcommunity.com/sharedfiles/filedetails/?id=2646817942
###########2646817942^tacticalflava
############## sGunplay
############## https://steamcommunity.com/sharedfiles/filedetails/?id=2507204412
#############2507204412^sgunplay
################## enough stamina
################## https://steamcommunity.com/sharedfiles/filedetails/?id=2337398072
#################2337398072^enoughstamina
#################### Notes
#################### https://steamcommunity.com/sharedfiles/filedetails/?id=1999076953
###################1999076953^notes

View File

@@ -122,6 +122,10 @@ update_mods_for_server() {
case "$mod" in case "$mod" in
\#*|''|' ') \#*|''|' ')
;; ;;
return)
# add keyword to stop reading for mods (for testing)
return
;;
*) *)
mod=${mod%%^*} mod=${mod%%^*}