bentobox/src/test/java/world
tastybento 4e81baf45e Flags are requested from FlagManager not statically
Previous the Flags class was being used to grab all flags. This is wrong
because it may not contain all the flags that may exists, for example
ones registered by other addons. The correct way is to request flags
using the getFlag() method in the flags manager class.
This change was to prepare for the time when addons will register their
own flags with BentoBox.
2019-01-26 09:39:34 -08:00
..
bentobox/bentobox Flags are requested from FlagManager not statically 2019-01-26 09:39:34 -08:00