more epic !

This commit is contained in:
Super_
2020-01-07 15:53:31 -05:00
parent fbcb6da30d
commit 035acbfa19
5 changed files with 59 additions and 5 deletions

View File

@ -112,7 +112,7 @@ public class Command_ride extends FreedomCommand
player.sendMessage(ChatColor.GRAY + "Type " + ChatColor.DARK_GRAY + "/ride deny" + ChatColor.GRAY + " to deny the player permission.");
player.sendMessage(ChatColor.GRAY + "Request will expire after 30 seconds.");
RIDE_REQUESTS.put(player, playerSender);
timer.schedule(new TimerTask()
FreedomCommandExecutor.timer.schedule(new TimerTask()
{
@Override
public void run()