Skip to content

Commit

Permalink
fix incorrect gamepackets imports
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniacDev committed Dec 25, 2024
1 parent cc65432 commit 83d2029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/proto/src/version/v662/helper.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::helper::ProtoHelper;
use crate::version::v729::gamepackets::GamePackets;
use crate::version::v662::gamepackets::GamePackets;

pub struct ProtoHelperV662;

Expand Down
2 changes: 1 addition & 1 deletion crates/proto/src/version/v671/helper.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::helper::ProtoHelper;
use crate::version::v729::gamepackets::GamePackets;
use crate::version::v671::gamepackets::GamePackets;

pub struct ProtoHelperV671;

Expand Down
2 changes: 1 addition & 1 deletion crates/proto/src/version/v766/helper.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::helper::ProtoHelper;
use crate::version::v729::gamepackets::GamePackets;
use crate::version::v766::gamepackets::GamePackets;

pub struct ProtoHelperV766;

Expand Down

0 comments on commit 83d2029

Please sign in to comment.