Skip to content

Commit

Permalink
Revert "UnturnedBuiltinCommand switch to pool after exec"
Browse files Browse the repository at this point in the history
This reverts commit 94ae0ec.
  • Loading branch information
rube200 committed Mar 4, 2024
1 parent c4d3b52 commit 7d26cc7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ protected override async UniTask OnExecuteAsync()
await UniTask.SwitchToMainThread();
var argsLine = string.Join(" ", Context.Parameters);
cmd.check(id, m_CommandRegistration.Name, argsLine);
await UniTask.SwitchToThreadPool();
}
}
}

0 comments on commit 7d26cc7

Please sign in to comment.