mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Prepare the feature check for MC1.10
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user