mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01: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…
Reference in New Issue
Block a user