We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8c009 commit dedcb1bCopy full SHA for dedcb1b
3 files changed
CHANGELOG.md
@@ -4,6 +4,14 @@ ByteNet uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
4
5
---
6
7
+## 0.4.2
8
+
9
+### Fixes
10
11
+- Fixed sending unreliable events from client -> server
12
13
+---
14
15
## 0.4.1
16
17
### Improvements
src/process/client.luau
@@ -81,7 +81,7 @@ function clientProcess.start()
81
unreliableRemote:FireServer(b, r)
82
83
unreliable.cursor = 0
84
- table.clear(unreliable)
+ table.clear(unreliable.references)
85
end
86
end)
87
wally.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ffrostflame/bytenet"
3
-version = "0.4.1"
+version = "0.4.2"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
0 commit comments