this.wasteEjection = newSetting;
if(!this.worldObj.isRemote) {
if(this.updatePlayers.size() > 0) {
for(EntityPlayer player : updatePlayers) {
CommonPacketHandler.INSTANCE.sendTo(new ReactorUpdateWasteEjectionMessage(this), (EntityPlayerMP)player);
}
}
}
}
}