Skip to content

Commit

Permalink
Merge branch 'Sphereserver:master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
raydienull authored Nov 19, 2023
2 parents f98ad97 + e1e4d55 commit 90ddc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/CServerConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@ bool CServerConfig::r_WriteVal( lpctstr ptcKey, CSString & sVal, CTextConsole *
break;
case RC_BUILD:
#ifdef __GITREVISION__
sVal.Format("%s, rev: %u" __GITBRANCH__, __GITREVISION__ );
sVal.Format("%u (%s)", __GITBRANCH__, __GITREVISION__ );
#else
sVal = __DATE__;
#endif
Expand Down

0 comments on commit 90ddc16

Please sign in to comment.