diff --git a/user/state.hpp b/user/state.hpp index a239c644..3ca4606c 100644 --- a/user/state.hpp +++ b/user/state.hpp @@ -132,6 +132,7 @@ class Settings { int shapeshifters_amount = 0; int engineers_amount = 0; int scientists_amount = 0; + int crewmates_amount = 0; bool Wallhack = false; bool FreeCam = false; @@ -194,4 +195,4 @@ class Settings { void Save(); }; -extern Settings State; \ No newline at end of file +extern Settings State;