Fixed coal in core / Fixed build events not triggering

This commit is contained in:
Anuken
2018-10-13 08:49:54 -04:00
parent c0e3a1f3ef
commit c526997aba
3 changed files with 5 additions and 5 deletions
@@ -146,9 +146,9 @@ public class DesktopInput extends InputHandler{
pollInput();
if(recipe != null && !Settings.getBool("desktop-place-help", false)){
if(recipe != null && !Settings.getBool("desktop-place-help-2", false)){
ui.showInfo("$text.construction.desktop");
Settings.putBool("desktop-place-help", true);
Settings.putBool("desktop-place-help-2", true);
Settings.save();
}