- Timestamp:
- Jun 3, 2014, 4:07:06 PM (10 years ago)
- Location:
- scripts/usr/local/lib/7dtd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/VERSION
r35 r45 1 Current version: 1 02 Last edit: 2014-06-0 21 Current version: 11 2 Last edit: 2014-06-03 -
scripts/usr/local/lib/7dtd/serverconfig.sh
r35 r45 994 994 done 995 995 996 if [ "$TYPE" = "boolean" ]; then 997 if [ $(getBool ${!currentValName}) -eq 1 ]; then 998 export $currentValName="true" 999 else 1000 export $currentValName="false" 1001 fi 1002 fi 996 1003 if [ "$TYPE" = "enum" ]; then 997 1004 export $currentValName="${config_allowed_values[$currentValName-1]}"
Note:
See TracChangeset
for help on using the changeset viewer.