Fix build

This commit is contained in:
Luck 2016-08-09 13:52:25 +02:00
parent cf85f31da8
commit fbf062933f
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -55,7 +55,7 @@ public class ApiProvider implements LuckPermsApi {
@Override
public Datastore getDatastore() {
return new DatastoreLink(plugin.getDatastore());
return new DatastoreLink(plugin, plugin.getDatastore());
}
@Override