We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d266d6 commit b837d16Copy full SHA for b837d16
1 file changed
src/extension.cpp
@@ -169,6 +169,7 @@ void SetupHook()
169
auto engineModule = new CModule(ROOTBIN, "engine2");
170
171
int err;
172
+ // Client %d(%s) tried to send a RebroadcastSourceId msg.\n
173
const byte sig[] = "\x40\x53\x48\x83\xEC\x30\x48\x3B\x15\x2A\x2A\x2A\x2A\x48\x8B\xD9";
174
175
g_pFilterMessage = (FilterMessage_t)engineModule->FindSignature((byte*)sig, sizeof(sig) - 1, err);
@@ -277,7 +278,7 @@ const char *CS2ServerGUI::GetLicense()
277
278
279
const char *CS2ServerGUI::GetVersion()
280
{
- return "1.0.0";
281
+ return "1.0.1";
282
}
283
284
const char *CS2ServerGUI::GetDate()
0 commit comments