1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 11:22:33 +02:00

Replace deprecated method usage in NodeTools

This commit is contained in:
Luck
2018-02-23 14:20:30 +00:00
parent 63ff3c34b3
commit 966bf8bf51
4 changed files with 15 additions and 56 deletions

View File

@@ -58,15 +58,7 @@ public class Contexts {
*
* Simply passes an empty context set, with all accumulation settings set to true.
*/
private static final Contexts GLOBAL = new Contexts(
ContextSet.empty(),
true,
true,
true,
true,
true,
false
);
private static final Contexts GLOBAL = new Contexts(ContextSet.empty(), true, true, true, true, true, false);
/**
* Gets the {@link FullySatisfiedContexts} instance.