Skip to content

Commit

Permalink
Wrong message sent to plugin, 'bed' instead of 'spawn'.
Browse files Browse the repository at this point in the history
  • Loading branch information
entropitor committed Aug 10, 2013
1 parent 60a2716 commit a64570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/minecraft/src/AutoRefereeButton.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public AutoRefereeButton(float xPos, float yPos, float scale, AutoRefereePlayer
if("TP".equalsIgnoreCase(type)){
message = new String[]{"tp","player", player.getName(),"player"};
}else if("TPBed".equalsIgnoreCase(type)){
message = new String[]{"tp","player", player.getName(),"bed"};
message = new String[]{"tp","player", player.getName(),"spawn"};
}else if("TPDeath".equalsIgnoreCase(type)){
message = new String[]{"tp","player", player.getName(),"death"};
}else if("VI".equalsIgnoreCase(type)){
Expand Down

0 comments on commit a64570d

Please sign in to comment.