Fix up formatting of version tag

This commit is contained in:
Archangel
2025-08-09 14:25:56 +02:00
parent fa112d4b68
commit a46cb06ddb
@@ -140,8 +140,9 @@ public class Watermark : IOnLoad
public string GetVersionTag(bool withEftVersion = false)
{
var sptVersion = ProgramStatics.SPT_VERSION() ?? sptConfig.SptVersion;
var versionTag = /*ProgramStatics.DEBUG*/
$"{sptVersion} - {_serverLocalisationService.GetText("bleeding_edge_build")}";
var versionTag = ProgramStatics.DEBUG()
? $"{sptVersion} - {_serverLocalisationService.GetText("bleeding_edge_build")}"
: sptVersion;
if (withEftVersion)
{