Pause/Resuming Scripts Have Been Implemented

This commit is contained in:
Rolanmen1 2012-03-24 18:59:24 +00:00
parent e7eb6d8dcd
commit d0afec182f
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ namespace BizHawk.MultiClient
{
foreach (var s in luaList)
{
if (s.Enabled && s.Thread != null)
if (s.Enabled && s.Thread != null && !s.Paused)
{
bool prohibit = false;
if (s.FrameWaiting && !includeFrameWaiters)