Skip to content

Commit a15f4db

Browse files
committed
Commands
1 parent ddae37a commit a15f4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/player/player.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func (p *Player) Login() error {
203203
return p.startGame()
204204
}
205205

206-
// SystemMessage sends a system chat message (unsigned) to the player
206+
// SystemMessage sends a system message (unsigned) to the player
207207
func (p *Player) SystemMessage(msg text.TextComponent) error {
208208
return p.WritePacket(&play.SystemChatMessage{Content: msg})
209209
}

0 commit comments

Comments
 (0)