Skip to content

Commit

Permalink
Removed the event server from the option list (#237)
Browse files Browse the repository at this point in the history
* Removed the event server from the option list

* Removed the event server from the selections

* Removed event server string
  • Loading branch information
AndreasBrostrom authored Jul 11, 2024
1 parent 25cd5ec commit 47d1f82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
8 changes: 1 addition & 7 deletions addons/optionsmenu/gui/mainMenu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class RscDisplayMain : RscStandardDisplay {
class Controls;
};
class GroupMultiplayer: GroupSingleplayer {
h = "(9 * 1.5) * (pixelH * pixelGrid * 2)";
h = "(8 * 1.5) * (pixelH * pixelGrid * 2)";
class Controls : Controls {
class Campaigns;
class joinTac2 : Campaigns {
Expand Down Expand Up @@ -36,12 +36,6 @@ class RscDisplayMain : RscStandardDisplay {
y = "(6 * 1.5) * (pixelH * pixelGrid * 2) + (pixelH)";
onbuttonclick = "connectToServer ['75.6.53.50', 2602, ''];";
};
class joinTSE : joinTS1 {
text = CSTRING(joinTSE_text);
tooltip = CSTRING(joinTSE_tooltip);
y = "(7 * 1.5) * (pixelH * pixelGrid * 2) + (pixelH)";
onbuttonclick = "connectToServer ['75.6.53.50', 2902, ''];";
};
};
};

Expand Down
6 changes: 0 additions & 6 deletions addons/optionsmenu/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<Key ID="STR_cav_optionsmenu_joinTS3_text">
<English>Join Training Server 3</English>
</Key>
<Key ID="STR_cav_optionsmenu_joinTSE_text">
<English>Join Event Server</English>
</Key>
<Key ID="STR_cav_optionsmenu_joinTSE_tooltip">
<English>Join the 7Cav Event Server!</English>
</Key>

<Key ID="STR_cav_optionsmenu_CavJoin_tooltip">
<English>Enlist Today!</English>
Expand Down

0 comments on commit 47d1f82

Please sign in to comment.