mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-31 04:21:35 +01:00
Altering PEX prefix/suffix.
This commit is contained in:
parent
38b6d79f49
commit
65a588ea20
@ -110,6 +110,7 @@ javadoc.noindex=false
|
||||
javadoc.nonavbar=false
|
||||
javadoc.notree=false
|
||||
javadoc.private=false
|
||||
javadoc.reference.PermissionsEx.jar=../lib/PermissionsEx-javadoc.jar
|
||||
javadoc.splitindex=true
|
||||
javadoc.use=true
|
||||
javadoc.version=false
|
||||
|
@ -77,7 +77,7 @@ public class PermissionsExHandler implements IPermissionsHandler
|
||||
{
|
||||
return null;
|
||||
}
|
||||
return user.getPrefix();
|
||||
return user.getPrefix(base.getWorld().getName());
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -88,6 +88,7 @@ public class PermissionsExHandler implements IPermissionsHandler
|
||||
{
|
||||
return null;
|
||||
}
|
||||
return user.getSuffix();
|
||||
|
||||
return user.getSuffix(base.getWorld().getName());
|
||||
}
|
||||
}
|
||||
|
BIN
lib/PermissionsEx-javadoc.jar
Normal file
BIN
lib/PermissionsEx-javadoc.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user