ryandw11 / UltraBar

Ultra Bar Send Boss Bar messages, Titles, and Actionbars! |1.12 - 1.18|
MIT License
7 stars 5 forks source link

Whitelist filter not working properly #27

Closed markusew closed 4 years ago

markusew commented 4 years ago

Under the "BossBarMessages" setting in the config I have

World_Whitelist:
  - Resource
  - world_nether

Despite it specifying world_nether, the regular world "world" also gets the messages. I believe that it's cause it doesnt' check if the whole world name is the same, and just that the whitelisted worlds contains that string.

This was tested on tuinity 1.16.1

ryandw11 commented 4 years ago

Does it display in any other world that it isn't suppose to or is it just the 'world' world?

markusew commented 4 years ago

It only displays it in the "world" and "world_nether". It does however flicker a bit in "world" and that doesnt happen in "world_nether"

ryandw11 commented 4 years ago

Fixed in 2.2.1. Thanks for reporting this bug.