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