mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-10 16:25:27 +02:00
debug tweak for furnaces
This commit is contained in:
@@ -40,6 +40,8 @@ public class SmeltingTracker {
|
|||||||
"at location: " + furnace.getLocation().toString());
|
"at location: " + furnace.getLocation().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if(furnaceOwners.get(furnace) != null) {
|
if(furnaceOwners.get(furnace) != null) {
|
||||||
OfflinePlayer furnaceOwner = furnaceOwners.get(furnace);
|
OfflinePlayer furnaceOwner = furnaceOwners.get(furnace);
|
||||||
|
|
||||||
@@ -55,8 +57,6 @@ public class SmeltingTracker {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
furnaceOwners.put(furnace, player);
|
furnaceOwners.put(furnace, player);
|
||||||
|
Reference in New Issue
Block a user