Skip to content

Commit 33f9543

Browse files
arthurkehrwaldfreezy
authored andcommitted
Fix syntax error
1 parent f638e39 commit 33f9543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Gamelogic/VisualScriptingGamelogicEngine.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public Task OnInit(Player player, TableApi tableApi, BallManager ballManager)
157157
OnStarted?.Invoke(this, EventArgs.Empty);
158158
EventBus.Trigger(VisualScriptingEventNames.GleStartedEvent, EventArgs.Empty);
159159

160-
return Task.CompletedTask();
160+
return Task.CompletedTask;
161161
}
162162

163163
public void DisplayClear(string id)

0 commit comments

Comments
 (0)