CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
227 stars 90 forks source link

Fix `BtnSaveLoadGameOptions` button naming #534

Closed MahBoiDeveloper closed 5 months ago

MahBoiDeveloper commented 6 months ago

This button is like a black sheep in the client configuration files. All buttons in the config files have btn in lower case, for example btnLaunchGame, but BtnSaveLoadGameOptions is an exception to this rule. It was a typo, I suppose.

After this PR config GameLobbyBase.ini should be modified to lower case BtnSaveLoadGameOptions to btnSaveLoadGameOptions, for example:

Before
-$CC05=BtnSaveLoadGameOptions:XNAClientButton

After
+$CC05=btnSaveLoadGameOptions:XNAClientButton
github-actions[bot] commented 6 months ago

Nightly build for this pull request: