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:
		@@ -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())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user