Skip to content

Commit 597b82e

Browse files
committed
Remove unused game option
1 parent 0772c89 commit 597b82e

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

(1) Community Patch/Community Patch.civ5proj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,11 @@
487487
<Type>UpdateDatabase</Type>
488488
<FileName>Database Changes\WorldMap\Yields\CoreNewYields.xml</FileName>
489489
</Action>
490+
<Action>
491+
<Set>OnModActivated</Set>
492+
<Type>UpdateDatabase</Type>
493+
<FileName>Database Changes\CoreGameOptionChanges.sql</FileName>
494+
</Action>
490495
<Action>
491496
<Set>OnModActivated</Set>
492497
<Type>UpdateDatabase</Type>
@@ -747,11 +752,6 @@
747752
<Type>UpdateDatabase</Type>
748753
<FileName>Database Changes\Text\en_US\WorldMap\CoreNewYieldText.xml</FileName>
749754
</Action>
750-
<Action>
751-
<Set>OnModActivated</Set>
752-
<Type>UpdateDatabase</Type>
753-
<FileName>Database Changes\Text\en_US\CoreGameOptionTextChanges.sql</FileName>
754-
</Action>
755755
<Action>
756756
<Set>OnModActivated</Set>
757757
<Type>UpdateDatabase</Type>
@@ -2669,6 +2669,10 @@
26692669
<SubType>Lua</SubType>
26702670
<ImportIntoVFS>False</ImportIntoVFS>
26712671
</Content>
2672+
<Content Include="Database Changes\CoreGameOptionChanges.sql">
2673+
<SubType>Lua</SubType>
2674+
<ImportIntoVFS>False</ImportIntoVFS>
2675+
</Content>
26722676
<Content Include="Database Changes\CoreGameSpeedChanges.sql">
26732677
<SubType>Lua</SubType>
26742678
<ImportIntoVFS>False</ImportIntoVFS>
@@ -2977,10 +2981,6 @@
29772981
<SubType>Lua</SubType>
29782982
<ImportIntoVFS>False</ImportIntoVFS>
29792983
</Content>
2980-
<Content Include="Database Changes\Text\en_US\CoreGameOptionTextChanges.sql">
2981-
<SubType>Lua</SubType>
2982-
<ImportIntoVFS>False</ImportIntoVFS>
2983-
</Content>
29842984
<Content Include="Database Changes\Text\en_US\CoreNewAutomateText.xml">
29852985
<SubType>Lua</SubType>
29862986
<ImportIntoVFS>False</ImportIntoVFS>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UPDATE GameOptions SET Visible = 0 WHERE Type = 'GAMEOPTION_NEW_RANDOM_SEED';

(1) Community Patch/Database Changes/Text/en_US/CoreGameOptionTextChanges.sql

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)