mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Lighting and Database changes
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user