Skip to content

Commit

Permalink
v1.0.2 add getPlayer in SpectateTask
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMWM committed Feb 19, 2017
1 parent 84e3e55 commit 13cf1fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>to.us.tf</groupId>
<artifactId>DeathSpectating</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ public SpectateTask(Player player, long ticks, @Nullable Entity killer, DeathSpe
// vector = player.getLocation().subtract(player.getLocation().add(0, 1, 0).toVector()).toVector();
}

public Player getPlayer()
{
return player;
}

public void setTicks(long ticks)
{
this.ticks = ticks;
Expand Down

0 comments on commit 13cf1fa

Please sign in to comment.