Fix Cs prompt showing up more than one between rounds
This commit is contained in:
@@ -160,7 +160,7 @@ namespace Barotrauma
|
|||||||
case SubEditorScreen:
|
case SubEditorScreen:
|
||||||
case TestScreen: // notes: TestScreen is a Linux edge case editor screen and is deprecated.
|
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 =>
|
PromptCSharpMods(selection =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user