ToberoCat / ImprovedFactions

Factions plugin for minecraft
GNU General Public License v3.0
14 stars 11 forks source link

Fix zone protections for players not in a faction #160

Closed sboven closed 5 months ago

sboven commented 5 months ago

The plugin assumed that because the claimed faction and player faction were equal, they were the same faction. Really, they were both set to noFactionId

Closes #159