This commit is contained in:
Luck 2016-10-13 19:43:48 +01:00
parent 74f9283f18
commit b6c4239322
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -97,7 +97,7 @@ public class User extends PermissionHolder implements Identifiable<UserIdentifie
throw new IllegalStateException("Data already setup");
}
userData = new UserData(this, null);
userData = new UserData(this, getPlugin().getCalculatorFactory());
userData.preCalculate(getPlugin().getPreProcessContexts(op));
}