mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Allow the dev server to have crates, but disable them in prod version.
This commit is contained in:
parent
be39b1a950
commit
b51df42bdb
1 changed files with 15 additions and 7 deletions
|
@ -42,7 +42,6 @@ default-model-extension .bam
|
||||||
want-pets #t
|
want-pets #t
|
||||||
want-parties #f
|
want-parties #f
|
||||||
want-cogdominiums #t
|
want-cogdominiums #t
|
||||||
want-lawbot-cogdo #f
|
|
||||||
want-anim-props #t
|
want-anim-props #t
|
||||||
want-game-tables #t
|
want-game-tables #t
|
||||||
want-find-four #t
|
want-find-four #t
|
||||||
|
@ -66,12 +65,6 @@ want-dev #f
|
||||||
want-pstats 0
|
want-pstats 0
|
||||||
|
|
||||||
|
|
||||||
# Crates:
|
|
||||||
dont-destroy-crate #f
|
|
||||||
get-key-reward-always #f
|
|
||||||
get-crate-reward-always #f
|
|
||||||
|
|
||||||
|
|
||||||
# Chat:
|
# Chat:
|
||||||
want-whitelist #t
|
want-whitelist #t
|
||||||
|
|
||||||
|
@ -83,5 +76,20 @@ want-instant-delivery #t
|
||||||
cogdo-pop-factor 1.5
|
cogdo-pop-factor 1.5
|
||||||
cogdo-ratio 0.5
|
cogdo-ratio 0.5
|
||||||
default-directnotify-level info
|
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>
|
#</dev>
|
||||||
|
|
||||||
|
#<prod>
|
||||||
|
dont-destroy-crate #f
|
||||||
|
get-key-reward-always #f
|
||||||
|
get-crate-reward-always #f
|
||||||
|
want-lawbot-cogdo #f
|
||||||
|
#</prod>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue