Prepare the feature check for MC1.10

This commit is contained in:
Sn0wStorm
2016-05-23 18:49:33 +02:00
parent 41660c9b4f
commit 169045839e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ public class Brew {
// Do some regular updates
public void touch() {
lastUpdate = (int) ((float) (System.currentTimeMillis() - installTime) / 3600000F);
lastUpdate = (int) ((double) (System.currentTimeMillis() - installTime) / 3600000D);
}
public int getDistillRuns() {