From 1581de2ca25df32e3126a91d6e306e18130656ca Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Fri, 8 Nov 2019 00:08:37 +0300 Subject: [PATCH] fix empty githash --- src/game/g_basic.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_basic.pas b/src/game/g_basic.pas index 7024514..afe112e 100644 --- a/src/game/g_basic.pas +++ b/src/game/g_basic.pas @@ -120,7 +120,7 @@ end; function g_GetBuildHash (full: Boolean = True): AnsiString; begin - if {$I %D2DF_BUILD_USER%} <> '' then + if {$I %D2DF_BUILD_HASH%} <> '' then if full then result := {$I %D2DF_BUILD_HASH%} else -- 2.29.2