Lighting and Database changes

This commit is contained in:
MattBDev
2020-02-18 17:21:09 -05:00
parent 175b3a93ce
commit 39dfc2444b
22 changed files with 93 additions and 285 deletions

View File

@ -81,7 +81,7 @@ public class ProvideBindings extends Bindings {
@Binding
public RollbackDatabase database(World world) {
return DBHandler.IMP.getDatabase(world);
return DBHandler.INSTANCE.getDatabase(world);
}
@AllowedRegion(FaweMaskManager.MaskType.OWNER)