1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

Altering PEX prefix/suffix.

This commit is contained in:
KHobbits
2011-10-27 05:47:55 +01:00
parent 38b6d79f49
commit 65a588ea20
4 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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());
}
}

Binary file not shown.

Binary file not shown.