Skip to content

Commit 7da8b7b

Browse files
committed
Set thread
1 parent f418f28 commit 7da8b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Code/Luau/LuauScript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private void Awake() {
102102
context = LuauContext.Protected;
103103
}
104104

105-
LoadAndExecuteScript(gameObject, context, LuauScriptCacheMode.NotCached, script, false);
105+
thread = LoadAndExecuteScript(gameObject, context, LuauScriptCacheMode.NotCached, script, false);
106106
}
107107

108108
/// <summary>

0 commit comments

Comments
 (0)