mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-04 17:36:55 +00:00
755ea09797
Turns out the FilterBlock's getOrdinal value is from the "get", and does not share the same reference as setOrdinal, whose value is from the "set", would modify. Because of this, even if #getOrdinal returns 0, we still must update the set with 0 by #setOrdinal.