Remove -develop from std output

This commit is contained in:
Ahrimdon 2024-03-11 01:58:31 -04:00
parent abe7e8e16c
commit bf629517e2

View File

@ -112,7 +112,7 @@ namespace Components
// Com_Init_Try_Block_Function
Utils::Hook::Set<const char*>(0x60BAF4, BUILD_TYPE);
#ifdef EXPERIMENTAL_BUILD
Utils::Hook::Set<const char*>(0x60BAEf, REVISION_STR "-develop");
Utils::Hook::Set<const char*>(0x60BAEf, REVISION_STR "");
#else
Utils::Hook::Set<const char*>(0x60BAEf, REVISION_STR);
#endif