mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
fixed potential infinite loops
This commit is contained in:
parent
c688b250f1
commit
49aef0d7d9
@ -220,7 +220,7 @@ public class Chat_Permissions3 extends Chat {
|
||||
|
||||
@Override
|
||||
public String getGroupPrefix(String world, String group) {
|
||||
return this.getGroupPrefix(world, group);
|
||||
return this.perms.getGroupPrefix(world, group);
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -230,7 +230,7 @@ public class Chat_Permissions3 extends Chat {
|
||||
|
||||
@Override
|
||||
public String getGroupSuffix(String world, String group) {
|
||||
return this.getGroupSuffix(world, group);
|
||||
return this.perms.getGroupSuffix(world, group);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user