Skip to content

Commit 0f59c68

Browse files
authored
Correct RunService context rest results table (#1302)
## Changes Incorrectly handled some data when creating #1300, which I've only noticed after it was merged, sorry! This PR fixes those issues. - Team Test (Server) had IsStudio as false - Run Mode had the same data as Edit ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent d0cf9c5 commit 0f59c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en-us/reference/engine/classes/RunService.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ description: |
8282
<tr>
8383
<td>Run Mode</td>
8484
<td><code>true</code></td>
85+
<td><code>false</code></td>
8586
<td><code>true</code></td>
87+
<td></td>
8688
<td><code>true</code></td>
8789
<td><code>true</code></td>
88-
<td><code>false</code></td>
89-
<td><code>false</code></td>
9090
</tr>
9191
<tr>
9292
<td>Play Mode (Client)</td>
@@ -117,7 +117,7 @@ description: |
117117
</tr>
118118
<tr>
119119
<td>Team Test (Server)</td>
120-
<td><code>false</code></td>
120+
<td><code>true</code></td>
121121
<td><code>false</code></td>
122122
<td><code>true</code></td>
123123
<td></td>

0 commit comments

Comments
 (0)