Skip to content

Commit

Permalink
Now set match info when a player died.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Mar 4, 2014
1 parent fc7b9c3 commit bc16bcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/me/azenet/UHPlugin/UHPluginListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public void run() {
Player p = ev.getEntity().getKiller();
p.giveExpLevels(5);
}

p.setMatchInfo();

}

Expand Down

0 comments on commit bc16bcb

Please sign in to comment.