diff --git a/server/src/game_handler.rs b/server/src/game_handler.rs index 1d6e4b2..8fe62cb 100644 --- a/server/src/game_handler.rs +++ b/server/src/game_handler.rs @@ -366,7 +366,7 @@ pub struct Game { /// The host user of the game pub host: Arc>, /// White draw pile - pub white: Vec>, + white: Vec>, /// Current card czar pub czar: Arc>, /// Black draw pile