mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 08:08:34 +00:00
refactor: Also deprecated IMP
for DBHandler
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user