Fix compile
This commit is contained in:
parent
7deeaf305d
commit
3929ce0dfc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user