chore(docs): update server.md

This commit is contained in:
khtsly 2026-02-16 17:55:41 +07:00
parent 8ceb5257ba
commit 07e0a99577

View file

@ -10,8 +10,8 @@ local Server = Warp.Server()
## `.reg_namespaces`
Register namespaces to ensure all of the namespaces is earlier being registered on the server to prevent any unexpected issues on the client.
but this is optional, you may have to use this if you had a problem with identifier namespace on client.
Register namespaces to ensure all of the namespaces is being registered earlier on the server to prevent any unexpected issues on the client.
but this is optional and conditional, you may have to use this if you had a problem with identifier namespace on client.
::: code-group
```luau [Variable]