mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 13:46:46 +01:00
Typo fix
This commit is contained in:
parent
8ed2696315
commit
c1b838e356
@ -229,7 +229,7 @@ public class HashChunkletManager implements ChunkletManager {
|
|||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
if (ex instanceof EOFException) {
|
if (ex instanceof EOFException) {
|
||||||
// EOF should only happen on Chunklets that somehow have been corrupted.
|
// EOF should only happen on Chunklets that somehow have been corrupted.
|
||||||
mcMMO.p.getLogger().severe("Chunklet data at " + location.toString() + " could not be read, data in this are will be lost.");
|
mcMMO.p.getLogger().severe("Chunklet data at " + location.toString() + " could not be read, data in this area will be lost.");
|
||||||
return ChunkletStoreFactory.getChunkletStore();
|
return ChunkletStoreFactory.getChunkletStore();
|
||||||
}
|
}
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
|
Loading…
Reference in New Issue
Block a user