Pause/Resuming Scripts Have Been Implemented
This commit is contained in:
parent
e7eb6d8dcd
commit
d0afec182f
|
@ -757,7 +757,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
foreach (var s in luaList)
|
foreach (var s in luaList)
|
||||||
{
|
{
|
||||||
if (s.Enabled && s.Thread != null)
|
if (s.Enabled && s.Thread != null && !s.Paused)
|
||||||
{
|
{
|
||||||
bool prohibit = false;
|
bool prohibit = false;
|
||||||
if (s.FrameWaiting && !includeFrameWaiters)
|
if (s.FrameWaiting && !includeFrameWaiters)
|
||||||
|
|
Loading…
Reference in New Issue