You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A packet is a message that is sent to the sandbox, and may or may not cause
the game state to be changed. Game state may only be changed in respose to
a packet.
All packets are logged into the database, so that a game can be replayed and
verified. You can view the log (called trace) in the web interface.
Some packets are generated by clients, others are generated by the sandbox
itself.