Skip to content

Commit

Permalink
Revert "testing trade station ftl"
Browse files Browse the repository at this point in the history
This reverts commit bcba544.
  • Loading branch information
Peptide90 committed May 4, 2024
1 parent 1340bf0 commit b54dd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Cargo/Systems/CargoSystem.CVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public sealed class CargoCVars
/// comment out the "trade:" section.
/// </remarks>
public static readonly CVarDef<bool> CreateCargoMap =
CVarDef.Create("cargo.tradestation_spawns_in_ftl_map", true, CVar.SERVERONLY);
CVarDef.Create("cargo.tradestation_spawns_in_ftl_map", false, CVar.SERVERONLY);
}
}

0 comments on commit b54dd13

Please sign in to comment.