fix the bug that removed fuel rods by accident

This commit is contained in:
Voxelstice 2022-07-10 04:42:13 +10:00 committed by GitHub
parent 4537a6e214
commit 1ad1601e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,9 +354,6 @@ public class TileEntityRBMKRod extends TileEntityRBMKSlottedBase implements IRBM
// do some opencomputer stuff
@Override
public String getComponentName() {
if(isModerated() == true) {
return "rbmk_moderated_fuel_rod";
}
return "rbmk_fuel_rod";
}