mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 11:28:26 +00:00
ugly shavit_core_timeinmessages fix
This commit is contained in:
parent
c9e0f5de1c
commit
5feea645c4
@ -1809,7 +1809,7 @@ public int SemiNative_PrintToChat(int client, int formatParam)
|
|||||||
|
|
||||||
if (gCV_TimeInMessages.BoolValue)
|
if (gCV_TimeInMessages.BoolValue)
|
||||||
{
|
{
|
||||||
FormatTime(sTime, sizeof(sTime), "%H:%M:%S ");
|
FormatTime(sTime, sizeof(sTime), gB_Protobuf ? "%H:%M:%S " : "\x01%H:%M:%S ");
|
||||||
}
|
}
|
||||||
|
|
||||||
// space before message needed show colors in cs:go
|
// space before message needed show colors in cs:go
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user