.NET Format Style Fixes

This commit is contained in:
chompDev
2025-06-28 18:09:13 +00:00
committed by Format Bot
parent 5686f4a486
commit c5216044da
5 changed files with 21 additions and 6 deletions
@@ -44,7 +44,9 @@ public class ClientLogCallbacks(
data.BetaDisclaimerAcceptText = _serverLocalisationService.GetText(
"release-beta-disclaimer-accept"
);
data.ServerModsLoadedText = _serverLocalisationService.GetText("release-server-mods-loaded");
data.ServerModsLoadedText = _serverLocalisationService.GetText(
"release-server-mods-loaded"
);
data.ServerModsLoadedDebugText = _serverLocalisationService.GetText(
"release-server-mods-debug-message"
);