Skip to content

Commit b837d16

Browse files
committed
add sig string comment
1 parent 1d266d6 commit b837d16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/extension.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ void SetupHook()
169169
auto engineModule = new CModule(ROOTBIN, "engine2");
170170

171171
int err;
172+
// Client %d(%s) tried to send a RebroadcastSourceId msg.\n
172173
const byte sig[] = "\x40\x53\x48\x83\xEC\x30\x48\x3B\x15\x2A\x2A\x2A\x2A\x48\x8B\xD9";
173174

174175
g_pFilterMessage = (FilterMessage_t)engineModule->FindSignature((byte*)sig, sizeof(sig) - 1, err);
@@ -277,7 +278,7 @@ const char *CS2ServerGUI::GetLicense()
277278

278279
const char *CS2ServerGUI::GetVersion()
279280
{
280-
return "1.0.0";
281+
return "1.0.1";
281282
}
282283

283284
const char *CS2ServerGUI::GetDate()

0 commit comments

Comments
 (0)