diff options
| author | mat <github@matdoes.dev> | 2021-12-12 13:52:32 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-12 13:52:32 -0600 |
| commit | 2c3bf3b79e133acd01580144771a7cf238ecc4ee (patch) | |
| tree | ea134df743df2c022d88ea41269e2f70ce84b0b1 /minecraft-protocol/src/server_status.rs | |
| parent | 6ed7b6e38fb8a3f4517c300807ce85ffb1952055 (diff) | |
| download | azalea-drasl-2c3bf3b79e133acd01580144771a7cf238ecc4ee.tar.xz | |
move ping over to minecraft-client
Diffstat (limited to 'minecraft-protocol/src/server_status.rs')
| -rw-r--r-- | minecraft-protocol/src/server_status.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/minecraft-protocol/src/server_status.rs b/minecraft-protocol/src/server_status.rs deleted file mode 100644 index 93480aaf..00000000 --- a/minecraft-protocol/src/server_status.rs +++ /dev/null @@ -1,6 +0,0 @@ -struct ServerStatus { - description: Component, - players: Players, - version: Version, - favicon: String, -} |
