Chunkloader handles wrench properly. Closes #2308

This commit is contained in:
drcrazy 2020-12-18 16:40:15 +03:00
parent b720fa99b9
commit af62a85677

View file

@ -114,10 +114,8 @@ public class ChunkLoaderBlockEntity extends MachineBaseBlockEntity implements IT
@Override
public void onPlace(World worldIn, BlockPos pos, BlockState state, LivingEntity placer, ItemStack stack) {
if (world.isClient) {
return;
}
ownerUdid = placer.getUuidAsString();
if (worldIn.isClient) return;
reload();
}