mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-10 06:41:30 +11:00
Fix typo in packet_group
macro
This commit is contained in:
parent
e64f1b7123
commit
e49ab70f16
|
@ -155,7 +155,7 @@ macro_rules! packet_group {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn packet_name(&self) -> &str {
|
fn packet_name(&self) -> &str {
|
||||||
stringify!($packet_name)
|
stringify!($packet)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
|
|
Loading…
Reference in a new issue