mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-04-03 10:16:23 +02:00
This function is never used.
This commit is contained in:
parent
37671bad9a
commit
02126c93b9
@ -314,10 +314,6 @@ public class McMMOPlayer {
|
|||||||
return teleportLastUse;
|
return teleportLastUse;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setLastTeleport(int value) {
|
|
||||||
teleportLastUse = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void actualizeLastTeleport() {
|
public void actualizeLastTeleport() {
|
||||||
teleportLastUse = (int) (System.currentTimeMillis() / Misc.TIME_CONVERSION_FACTOR);
|
teleportLastUse = (int) (System.currentTimeMillis() / Misc.TIME_CONVERSION_FACTOR);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user