fix beta message

This commit is contained in:
CWX
2025-01-13 12:48:39 +00:00
parent 8e19190a20
commit 18a5400e1e
+2 -1
View File
@@ -58,9 +58,10 @@ public class ClientLogCallbacks
data.BetaDisclaimerText = "BetaDisclaimerText";
data.BetaDisclaimerAcceptText = "BetaDisclaimerAcceptText";
data.ServerModsLoadedText = "ServerModsLoadedText";
data.ServerModsLoadedDebugText = "ServerModsLoadedDebugText";
data.ClientModsLoadedText = "clientModsLoadedText";
data.ClientModsLoadedDebugText = "clientModsLoadedDebugText";
data.ClientModsLoadedDebugText = "clientModsLoadedDebugText";
data.IllegalPluginsLoadedText = "IllegalPluginsLoadedText";
data.IllegalPluginsExceptionText = "IllegalPluginsExceptionText";
data.ReleaseSummaryText = "ReleaseSummaryText";
data.IsBeta = false;