refactor: Also deprecated IMP for DBHandler

This commit is contained in:
NotMyFault
2021-12-23 15:59:05 +01:00
parent ca5ad58f01
commit 28079e8129
7 changed files with 24 additions and 12 deletions

View File

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