This commit is contained in:
Luck 2016-09-27 20:21:13 +01:00
parent 4c21957b04
commit 385addfe08
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 0 additions and 6 deletions

View File

@ -52,8 +52,6 @@ import static me.lucko.luckperms.utils.ArgumentChecker.unescapeCharacters;
*
* Node that special characters used within LuckPerms are escaped:
* See {@link me.lucko.luckperms.utils.ArgumentChecker#escapeCharacters(String)}
*
* Registered on normal priority so other perms.getPlugin()s can override.
*/
public class VaultChatHook extends Chat {
private final VaultPermissionHook perms;

View File

@ -84,8 +84,4 @@ public class VaultUserCache {
existing.getPermissionCache().putAll(toApply);
return existing;
}
}