Skip to content

Commit d6f5b2e

Browse files
committed
reverted code change
1 parent bf1cbb5 commit d6f5b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-supervisor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2525
run: |
2626
sleep 30
27-
gh pr checks ${{ github.event.pull_request.number }} --watch --fail-fast --interval 30
27+
gh pr checks ${{ github.event.pull_request.number }} --watch --fail-fast --interval 60

com.unity.netcode.gameobjects/Editor/HiddenScriptEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace Unity.Netcode.Editor
1212
{
1313
/// <summary>
14-
/// Internal use.
14+
/// Internal use. Hides the script field for the given component.
1515
/// </summary>
1616
public class HiddenScriptEditor : UnityEditor.Editor
1717
{

0 commit comments

Comments
 (0)