Correct case where the energy value registry wouldn't save itself to disk after it regenned in the active game session

This commit is contained in:
pahimar 2015-02-13 00:23:35 -05:00
parent 584a499892
commit ec3b5e3492

View file

@ -750,6 +750,8 @@ public class EnergyValueRegistry implements INBTTaggable
{
md5EnergyValuesFile.delete();
}
shouldRegenNextRestart = false;
}
else
{