mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 05:35:26 +01:00
cleanup
This commit is contained in:
parent
4c21957b04
commit
385addfe08
@ -52,8 +52,6 @@ import static me.lucko.luckperms.utils.ArgumentChecker.unescapeCharacters;
|
|||||||
*
|
*
|
||||||
* Node that special characters used within LuckPerms are escaped:
|
* Node that special characters used within LuckPerms are escaped:
|
||||||
* See {@link me.lucko.luckperms.utils.ArgumentChecker#escapeCharacters(String)}
|
* 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 {
|
public class VaultChatHook extends Chat {
|
||||||
private final VaultPermissionHook perms;
|
private final VaultPermissionHook perms;
|
||||||
|
@ -84,8 +84,4 @@ public class VaultUserCache {
|
|||||||
existing.getPermissionCache().putAll(toApply);
|
existing.getPermissionCache().putAll(toApply);
|
||||||
return existing;
|
return existing;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user