Removed something I didn't mean to

This commit is contained in:
Fermi
2019-10-12 07:59:44 +01:00
parent 2e03985696
commit 2a6b84151e
+1 -1
View File
@@ -768,7 +768,7 @@
del_reagent(R.id)
else
total_volume += R.volume
if(!total_volume)
if(!reagent_list || !total_volume)
pH = REAGENT_NORMAL_PH
return 0