Fix Cs prompt showing up more than one between rounds

This commit is contained in:
Evil Factory
2026-04-10 22:36:29 -03:00
parent 3cc7467d99
commit ac6147e4a0

View File

@@ -160,7 +160,7 @@ namespace Barotrauma
case SubEditorScreen:
case TestScreen: // notes: TestScreen is a Linux edge case editor screen and is deprecated.
if (screen is NetLobbyScreen)
if (screen is NetLobbyScreen && CurrentRunState != RunState.Running)
{
PromptCSharpMods(selection =>
{