This is not the place to remove invisible stuff. Should be done in the dynmap format in the config instead.
This commit is contained in:
parent
9b392f38a1
commit
bf325c46df
@ -761,7 +761,6 @@ public class EngineDynmap extends EngineAbstract
|
||||
Map<String, Boolean> flags = new HashMap<String, Boolean>();
|
||||
for (MFlag mflag : MFlag.getAll())
|
||||
{
|
||||
if (!mflag.isVisible()) continue;
|
||||
flags.put(mflag.getName(), faction.getFlag(mflag));
|
||||
}
|
||||
for (Entry<String, Boolean> entry : flags.entrySet())
|
||||
|
Loading…
Reference in New Issue
Block a user