aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/s_client_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/s_client_command.rs')
-rw-r--r--azalea-protocol/src/packets/game/s_client_command.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/s_client_command.rs b/azalea-protocol/src/packets/game/s_client_command.rs
index 04fe8936..5212b5ee 100644
--- a/azalea-protocol/src/packets/game/s_client_command.rs
+++ b/azalea-protocol/src/packets/game/s_client_command.rs
@@ -10,4 +10,5 @@ pub struct ServerboundClientCommand {
pub enum Action {
PerformRespawn = 0,
RequestStats = 1,
+ RequestGameruleValues = 2,
}