Skip to content

Commit

Permalink
Update globals.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
REVRBE authored May 3, 2023
1 parent b007e31 commit d73b272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion globals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ public:
char pass_word[255] = "pass";

std::string user_rank;
std::string vip_end_time;

bool isLoggedIn = false;
};

inline c_globals globals;
inline c_globals globals;

0 comments on commit d73b272

Please sign in to comment.