Home Perm Fixed !

This commit is contained in:
Driftay 2019-07-19 18:55:11 -04:00
parent 1d2371acab
commit 5b338a25d6
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class DefaultPermissions {
else if (name == "sethome") return this.sethome;
else if (name == "territory") return this.territory;
else if (name == "access") return this.access;
else if (name == "home") return this.disband;
else if (name == "home") return this.home;
else if (name == "disband") return this.disband;
else if (name == "promote") return this.promote;
else if (name == "setwarp") return this.setwarp;