Skip to content

Commit

Permalink
Minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
migomipo committed May 30, 2024
1 parent 8307ba7 commit 27924f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "migo-hqm-server"
version = "2.0.0"
version = "2.0.1"
authors = ["John Eriksson <[email protected]>"]
edition = "2021"
build = "src/build.rs"
Expand Down
2 changes: 0 additions & 2 deletions src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1560,8 +1560,6 @@ pub(crate) struct NetworkPlayerData {
pub(crate) messages: Vec<Rc<HQMMessage>>,
}

pub(crate) struct BotPlayerData {}

pub(crate) enum ServerPlayerData {
NetworkPlayer { data: NetworkPlayerData },
Bot {},
Expand Down

0 comments on commit 27924f6

Please sign in to comment.