ftbastler / BoNeMEAL

The web app for the Ban-Management Bukkit plugin by confuser. Work in progress // Currently maintained by @oranges13
https://ftbastler.github.com/BoNeMEAL
Other
12 stars 8 forks source link

Icons for active ban and active mute showing on player profile without active ban or mute. #93

Closed oranges13 closed 5 years ago

oranges13 commented 6 years ago

When chained, the active() scope on bans and mutes was being joined with an or, so any ban or mute with an expiry of 0 was being included even if it does not apply to the currently viewed player. Fixes #30

oranges13 commented 6 years ago

This also Fixes #50