Remove -develop from std output
This commit is contained in:
parent
abe7e8e16c
commit
bf629517e2
@ -112,7 +112,7 @@ namespace Components
|
|||||||
// Com_Init_Try_Block_Function
|
// Com_Init_Try_Block_Function
|
||||||
Utils::Hook::Set<const char*>(0x60BAF4, BUILD_TYPE);
|
Utils::Hook::Set<const char*>(0x60BAF4, BUILD_TYPE);
|
||||||
#ifdef EXPERIMENTAL_BUILD
|
#ifdef EXPERIMENTAL_BUILD
|
||||||
Utils::Hook::Set<const char*>(0x60BAEf, REVISION_STR "-develop");
|
Utils::Hook::Set<const char*>(0x60BAEf, REVISION_STR "");
|
||||||
#else
|
#else
|
||||||
Utils::Hook::Set<const char*>(0x60BAEf, REVISION_STR);
|
Utils::Hook::Set<const char*>(0x60BAEf, REVISION_STR);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user