Don't send a package id for commands as it's not needed

This commit is contained in:
2021-04-26 17:29:57 +02:00
parent 971c92b21a
commit 1646bbbe3b
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
## In development
### New features
- The `this` value of functions now contains the id of the user that triggered the function execution.
- Some network packets are now more efficient.
### Bugfixes
- When an invalid user id is specified socketlib will now throw the correct error message.