diff --git a/QSB/ShipSync/ShipThrusterManager.cs b/QSB/ShipSync/ShipThrusterManager.cs index ff1b99f6..2638de68 100644 --- a/QSB/ShipSync/ShipThrusterManager.cs +++ b/QSB/ShipSync/ShipThrusterManager.cs @@ -5,7 +5,7 @@ namespace QSB.ShipSync; public static class ShipThrusterManager { - public static List ShipFlameControllers = new(); + public static readonly List ShipFlameControllers = new(); public static ThrusterWashController ShipWashController = new(); public static void CreateShipVFX()