Autoclaim mode is now disabled when a player is removed from a faction (whether leaving, being kicked, or whatever)
Also the new permission I missed in the last commit
This commit is contained in:
@@ -84,6 +84,7 @@ public class FPlayer {
|
||||
this.chatMode = ChatMode.PUBLIC;
|
||||
this.role = Role.NORMAL;
|
||||
this.title = "";
|
||||
this.autoClaimEnabled = false;
|
||||
|
||||
if (playerName != null && !playerName.isEmpty()) {
|
||||
SpoutFeatures.updateAppearances(this.getPlayer());
|
||||
|
||||
Reference in New Issue
Block a user