Skip to content

Commit a64570d

Browse files
committed
Wrong message sent to plugin, 'bed' instead of 'spawn'.
1 parent 60a2716 commit a64570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/minecraft/src/AutoRefereeButton.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public AutoRefereeButton(float xPos, float yPos, float scale, AutoRefereePlayer
4242
if("TP".equalsIgnoreCase(type)){
4343
message = new String[]{"tp","player", player.getName(),"player"};
4444
}else if("TPBed".equalsIgnoreCase(type)){
45-
message = new String[]{"tp","player", player.getName(),"bed"};
45+
message = new String[]{"tp","player", player.getName(),"spawn"};
4646
}else if("TPDeath".equalsIgnoreCase(type)){
4747
message = new String[]{"tp","player", player.getName(),"death"};
4848
}else if("VI".equalsIgnoreCase(type)){

0 commit comments

Comments
 (0)