We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d93ea commit d765ec1Copy full SHA for d765ec1
assets/Mods/ConsoleEnablerMod/Scripts/main.lua
@@ -70,7 +70,7 @@ end
70
-- ENTRY POINT
71
--########################
72
73
---- In case when ClientRestart runs earlier than ExecuteInGameThread
+--- In cases where ClientRestart runs earlier than ExecuteInGameThread
74
if (not WasConsoleCreated or IsDynamicViewport) then
75
ExecuteInGameThread(CreateConsole)
76
end
0 commit comments