We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf5e59 commit ddae37aCopy full SHA for ddae37a
server/player/player.go
@@ -203,7 +203,7 @@ func (p *Player) Login() error {
203
return p.startGame()
204
}
205
206
-// SystemMessage sends a system message (unsigned) to the player
+// SystemMessage sends a system chat message (unsigned) to the player
207
func (p *Player) SystemMessage(msg text.TextComponent) error {
208
return p.WritePacket(&play.SystemChatMessage{Content: msg})
209
0 commit comments