summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/PlayerInteractManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/minecraft/server/PlayerInteractManager.java')
-rw-r--r--src/main/java/net/minecraft/server/PlayerInteractManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/net/minecraft/server/PlayerInteractManager.java b/src/main/java/net/minecraft/server/PlayerInteractManager.java
index 91bed162..d03174b3 100644
--- a/src/main/java/net/minecraft/server/PlayerInteractManager.java
+++ b/src/main/java/net/minecraft/server/PlayerInteractManager.java
@@ -55,7 +55,7 @@ public class PlayerInteractManager {
}
public void a() {
- this.currentTick = (int) (System.currentTimeMillis() / 50); // CraftBukkit
+ this.currentTick = MinecraftServer.currentTick; // CraftBukkit
int i;
float f;
int j;
@@ -189,7 +189,7 @@ public class PlayerInteractManager {
public void a(int i, int j, int k) {
if (i == this.f && j == this.g && k == this.h) {
- this.currentTick = (int) (System.currentTimeMillis() / 50); // CraftBukkit
+ this.currentTick = MinecraftServer.currentTick; // CraftBukkit
int l = this.currentTick - this.lastDigTick;
int i1 = this.world.getTypeId(i, j, k);