Skip to content

Commit

Permalink
Removed a line.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jun 17, 2022
1 parent d721d4d commit 86a281c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ private class DelayedTeleportTask extends BukkitRunnable {
private Location destinationLocation;

public DelayedTeleportTask(Player player, Location destinationLocation) {
this.seconds = seconds;
this.player = player;
this.initialLocation = player.getLocation();
this.destinationLocation = destinationLocation;
Expand Down

0 comments on commit 86a281c

Please sign in to comment.