update sub_version conditions

This commit is contained in:
Martin Michelsen
2024-04-27 10:25:45 -07:00
parent a4fc133d75
commit 0bec4d0f49
+1
View File
@@ -110,6 +110,7 @@ void Client::Config::set_flags_for_version(Version version, int64_t sub_version)
break;
case 0x36: // GC Ep1&2 US v1.2 (Plus)
case 0x39: // GC Ep1&2 JP v1.5 (Plus)
case 0x3A: // GC Ep1&2 US v1.2 (Plus) GMK edition
this->set_flag(Flag::NO_D6_AFTER_LOBBY);
this->set_flag(Flag::NO_SEND_FUNCTION_CALL);
break;