private static void HandleFireworks(GameSession session)
 {
     session.Send(InstrumentPacket.Fireworks(session.FieldPlayer.ObjectId));
 }