mirror of
https://github.com/demostf/povunlock.git
synced 2026-06-03 14:04:17 +02:00
bumb dependencies
This commit is contained in:
parent
ef10a22acd
commit
5e374afa56
2 changed files with 4 additions and 3 deletions
|
|
@ -11,8 +11,9 @@ crate-type = ["cdylib", "rlib"]
|
|||
default = ["console_error_panic_hook"]
|
||||
|
||||
[dependencies]
|
||||
bitbuffer = "0.10"
|
||||
tf-demo-parser = "0.3"
|
||||
bitbuffer = "0.10.5"
|
||||
tf-demo-parser = { version = "0.4", git = "https://github.com/demostf/parser" }
|
||||
#tf-demo-parser = { version = "0.4", path = "../tf-demo-parser" }
|
||||
wasm-bindgen = "0.2"
|
||||
web-sys = { version = "0.3", features = ["console"] }
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ pub fn unlock(input: &[u8]) -> Vec<u8> {
|
|||
|
||||
while let Some(mut packet) = packets.next(&handler.state_handler).unwrap() {
|
||||
match &mut packet {
|
||||
Packet::Sigon(message_packet) | Packet::Message(message_packet) => {
|
||||
Packet::Signon(message_packet) | Packet::Message(message_packet) => {
|
||||
message_packet.meta.view_angles = Default::default();
|
||||
message_packet
|
||||
.messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue