From d0e535e1844b287f5502422683074b89c4237c13 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:42:20 -0400 Subject: [PATCH] no pub --- server/src/game_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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