1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-08 01:03:14 +00:00
Jordan 508b94ddc3
feat: improvements to clipboard on disk ()
* feat: improvements to clipboard on disk
 - close clipboard on instantiation failure
 - set canHaveBiomes when loading clipboard from disk (only possible cause I can find for  ..?)
 - check file length and give more appropriate error if it exceeds maximum. Fixes  I guess?#
 - set byteBuffer to null before invoking cleaning. Addresses 
 - don't catch and print all exceptions when getBlock fails - prevents large console output for what is likely to be a failed operation anyway

* Fix comments
2023-03-30 00:13:50 +02:00
..