Fixed core inventory persistence bug

This commit is contained in:
Anuken
2019-04-14 10:18:18 -04:00
parent d1ec652f7b
commit 084ae184f9
4 changed files with 5 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ public class Mechs implements ContentList{
@Override
public void updateAlt(Player player){
player.healBy(Time.delta() * 0.1f);
player.healBy(Time.delta() * 0.09f);
}
@Override