Someone ran into the issue where they had the mob "The Fzab leader" (with "The" capitalized) in their campaign. Inside the area when the plugin did quickwhere it wasn't matching because it was only found "the Fzab leader"
The problem is that it's doing a case-sensitive comparison in qw_exact. We probably don't need this; how often will we have mobs with the same name but different case in the same area?
Someone ran into the issue where they had the mob "The Fzab leader" (with "The" capitalized) in their campaign. Inside the area when the plugin did quickwhere it wasn't matching because it was only found "the Fzab leader"
The problem is that it's doing a case-sensitive comparison in qw_exact. We probably don't need this; how often will we have mobs with the same name but different case in the same area?