Skip to content

Commit

Permalink
Manual merge from BitCrackers#568
Browse files Browse the repository at this point in the history
BitCrackers#568

Manually merging because github doesn't let me cherry pick on the website
  • Loading branch information
cpguy5089 authored Oct 14, 2023
1 parent 58f1a18 commit 9e2a0ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user/state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -194,4 +195,4 @@ class Settings {
void Save();
};

extern Settings State;
extern Settings State;

0 comments on commit 9e2a0ac

Please sign in to comment.