diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-08-06 16:52:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-08-06 16:52:05 -0300 |
commit | eae3bf2c947009373178189c6f4610e21aa76469 (patch) | |
tree | 3054f8b8c5722a5c0d42e19f65642ddbbd7ba5b0 | |
parent | 1188010bd48e75ef79fa9acd1424513e8599e31e (diff) | |
download | server-eae3bf2c947009373178189c6f4610e21aa76469.tar.gz server-eae3bf2c947009373178189c6f4610e21aa76469.tar.bz2 server-eae3bf2c947009373178189c6f4610e21aa76469.tar.xz server-eae3bf2c947009373178189c6f4610e21aa76469.zip |
Raise max inventory from 25 to 100 - server should not explode. Maybe.
-rw-r--r-- | consts.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ SATURDAY =5 SUNDAY =6 # Configuration (hardcoded!) -MAX_INV_SIZE =25 +MAX_INV_SIZE =100 MAX_PARTIES =3 AP_REGEN_TIME =360 AP_REGEN_TIME_F =360.0 |