mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-25 19:56:20 +01:00
chunk loading issue fixed.
This commit is contained in:
parent
e8309f8766
commit
c2eeaac007
@ -308,7 +308,7 @@ public class EpicHoppersPlugin extends JavaPlugin implements EpicHoppers {
|
||||
* Dump HopperManager to file.
|
||||
*/
|
||||
for (Hopper hopper : hopperManager.getHoppers().values()) {
|
||||
if (hopper.getLevel() == null || hopper.getLocation() == null || hopper.getLocation().getChunk() == null)
|
||||
if (hopper.getLevel() == null || hopper.getLocation() == null)
|
||||
continue;
|
||||
String locationStr = Methods.serializeLocation(hopper.getLocation());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user