detect game version

This commit is contained in:
kin fuyuki 2025-12-23 23:25:01 -03:00
commit da2a639c04
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
4 changed files with 149 additions and 65 deletions

View file

@ -64,7 +64,7 @@ inline const char* BOLDWHITE="\033[1m\033[37m";
va_end (arg);
inline void echo(const char * info,...){
if (level.value==4)
if (level.value>=4)
{
va_list arg;
std::string mixer=info;