Bug Report
Bug report packets are sent when players submit a bug report using the bug report interface.
Constructors
Properties
Link copied to clipboard
the description of the bug, how it happened etc. The maximum length of this form is 500 characters, as the client prevents sending anything beyond that.
Link copied to clipboard
instructions on how to reproduce the bug. The maximum length of this form is also 500 characters, as the client prevents sending anything beyond that. The decoder will throw an exception if the length of the message exceeds the 500 length constraint, so no validation needs to be done on the user's end.