Skip to content

Commit

Permalink
0.4.2 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrostfall committed Mar 8, 2024
1 parent 3b8c009 commit dedcb1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ ByteNet uses [semantic versioning](https://semver.org/spec/v2.0.0.html).

---

## 0.4.2

### Fixes

- Fixed sending unreliable events from client -> server

---

## 0.4.1

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion src/process/client.luau
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function clientProcess.start()
unreliableRemote:FireServer(b, r)

unreliable.cursor = 0
table.clear(unreliable)
table.clear(unreliable.references)
end
end)
end
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ffrostflame/bytenet"
version = "0.4.1"
version = "0.4.2"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

Expand Down

0 comments on commit dedcb1b

Please sign in to comment.