Skip to content

Commit dedcb1b

Browse files
committed
0.4.2 hotfix
1 parent 3b8c009 commit dedcb1b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ ByteNet uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
44

55
---
66

7+
## 0.4.2
8+
9+
### Fixes
10+
11+
- Fixed sending unreliable events from client -> server
12+
13+
---
14+
715
## 0.4.1
816

917
### Improvements

src/process/client.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function clientProcess.start()
8181
unreliableRemote:FireServer(b, r)
8282

8383
unreliable.cursor = 0
84-
table.clear(unreliable)
84+
table.clear(unreliable.references)
8585
end
8686
end)
8787
end

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ffrostflame/bytenet"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
registry = "https://github.com/UpliftGames/wally-index"
55
realm = "shared"
66

0 commit comments

Comments
 (0)