JustinDevB / AntiCheatReplay

GNU General Public License v3.0
48 stars 19 forks source link

Scheduling a bukkit event fire causes it to be uncancellable #35

Closed Nubebuster closed 3 months ago

Nubebuster commented 5 months ago

https://github.com/JustinDevB/AntiCheatReplay/blob/eddebc271c4c50211c9c9e4495ffe7986b14ee6e/src/main/java/me/justindevb/anticheatreplay/ListenerBase.java#L77

Putting this in a scheduler means that checking if it was cancelled in the next line will never work.