Fix compile

This commit is contained in:
Luck 2016-10-26 19:32:41 +01:00
parent 7deeaf305d
commit 3929ce0dfc
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -68,6 +68,11 @@ public class SplitBacking implements Datastore {
plugin.doSync(r);
}
@Override
public Datastore force() {
return this;
}
@Override
public void init() {
boolean success = true;