Allow the dev server to have crates, but disable them in prod version.

This commit is contained in:
Alexander 2015-08-16 13:45:57 -04:00
parent be39b1a950
commit b51df42bdb

View file

@ -42,7 +42,6 @@ default-model-extension .bam
want-pets #t
want-parties #f
want-cogdominiums #t
want-lawbot-cogdo #f
want-anim-props #t
want-game-tables #t
want-find-four #t
@ -66,12 +65,6 @@ want-dev #f
want-pstats 0
# Crates:
dont-destroy-crate #f
get-key-reward-always #f
get-crate-reward-always #f
# Chat:
want-whitelist #t
@ -83,5 +76,20 @@ want-instant-delivery #t
cogdo-pop-factor 1.5
cogdo-ratio 0.5
default-directnotify-level info
# Core features:
want-lawbot-cogdo #t
# Crates:
dont-destroy-crate #t
get-key-reward-always #t
get-crate-reward-always #t
#</dev>
#<prod>
dont-destroy-crate #f
get-key-reward-always #f
get-crate-reward-always #f
want-lawbot-cogdo #f
#</prod>