mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 19:36:41 +00:00
Fix DiskOptimisedClipboard not closing
This commit is contained in:
@ -271,6 +271,11 @@ public class BlockArrayClipboard implements Clipboard {
|
||||
return parent;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
this.parent.close();
|
||||
}
|
||||
|
||||
/**
|
||||
* Stores entity data.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user