Skip to content

Commit 4d1ef68

Browse files
committed
hmmmm
1 parent 1823979 commit 4d1ef68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/MiNET/MiNET.Console/minet.zip

600 KB
Binary file not shown.

src/MiNET/MiNET/Player.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2177,7 +2177,7 @@ public virtual void HandleMcpeText(McpeText message)
21772177

21782178
if (string.IsNullOrEmpty(text)) return;
21792179

2180-
Level.BroadcastMessage(text, sender: this);
2180+
Level.BroadcastMessage($"<{Username}> {text}", sender: this);
21812181
}
21822182

21832183
private int _lastOrderingIndex;

0 commit comments

Comments
 (0)