Skip to content

Commit

Permalink
Merge pull request #1409 from Dans-Plugins/removing-second-teleport-d…
Browse files Browse the repository at this point in the history
…elay

Removed a line referencing an old variable.
  • Loading branch information
dmccoystephenson authored Jun 17, 2022
2 parents 4652da1 + 86a281c commit dcf8ecb
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 dcf8ecb

Please sign in to comment.