Fixed non-continuous RegEx components only sending out a signal once
This commit is contained in:
@@ -92,6 +92,7 @@ namespace Barotrauma.Items.Components
|
||||
{
|
||||
case "signal_in":
|
||||
receivedSignal = signal;
|
||||
nonContinuousOutputSent = false;
|
||||
break;
|
||||
case "set_output":
|
||||
Output = signal;
|
||||
|
||||
Reference in New Issue
Block a user