(player *Player)
| 272 | return CommandSuggestionNone |
| 273 | } |
| 274 | func (c *CommandParserString) writeProperties(player *Player) (err error) { |
| 275 | err = player.WriteVarInt(int(c.Format)) |
| 276 | if err != nil { |
| 277 | log.Print(err) |
| 278 | return |
| 279 | } |
| 280 | return |
| 281 | } |
nothing calls this directly
no test coverage detected