Skip to content

Commit 025c8fb

Browse files
committed
0.16: remove distracting comment from patchRate
1 parent a7c079e commit 025c8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/colyseus-0.16-is-here.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ See [WebTransport 📚](https://docs.colyseus.io/server/transport/webtransport)
4747
```typescript
4848
class MyRoom extends Room {
4949
state = new MyState();
50+
patchRate = 1000 / 10;
5051
autoDispose = false;
5152
maxClients = 20;
52-
patchRate = 1000 / 10; // 10 times per second
5353
}
5454
```
5555

0 commit comments

Comments
 (0)