We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae37a commit a15f4dbCopy full SHA for a15f4db
server/player/player.go
@@ -203,7 +203,7 @@ func (p *Player) Login() error {
203
return p.startGame()
204
}
205
206
-// SystemMessage sends a system chat message (unsigned) to the player
+// SystemMessage sends a system 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