Added config option"queryPlayerContainers"

This option should allow you to query every player container for an available slot.
This commit is contained in:
Alejandro Mujica
2019-02-05 12:51:39 -04:00
parent 1aaa6288a8
commit 6e02936226
4 changed files with 14 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ class ConfigManager
CONVERT_UNSAFE_SCRIPTS,
TELEPORT_NEWBIES,
STACK_CUMULATIVES,
QUERY_PLAYER_CONTAINERS,
LAST_BOOLEAN_CONFIG /* this must be the last one */
};