Skip to content

Commit 1801b01

Browse files
committed
ye
1 parent 95b4753 commit 1801b01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ packet:send(data, vips)
294294
| `group:has(player)` | `boolean` | Whether the player is in the group. |
295295
| `group:count()` | `number` | Number of members. |
296296
| `group:getSet()` | `{ [Player]: true }` | Snapshot of the internal set. |
297-
| `group:forEach(fn)` | | Calls `fn(player)` for each member. |
298-
| `group:destroy()` | | Removes the group and all memberships. |
297+
| `group:forEach(fn)` | `()` | Calls `fn(player)` for each member. |
298+
| `group:destroy()` | `()` | Removes the group and all memberships. |
299299

300300
## Middleware
301301

0 commit comments

Comments
 (0)