Fixed typo causing IServer lookup to still fail (bug 5450).

This commit is contained in:
Nicholas Hastings 2012-09-03 14:37:45 -04:00
parent 8307f8fd9b
commit 82160205e5

View File

@ -158,7 +158,7 @@ void GetIServer()
siglen = UTIL_StringToSignature(sigstr, sig, sizeof(sig)); siglen = UTIL_StringToSignature(sigstr, sig, sizeof(sig));
#if SOURCE_ENGINE == SE_ORANGEBOXVALVE #if SOURCE_ENGINE == SE_ORANGEBOXVALVE
vfunc = memutils->FindPattern(engine, sigstr, siglen); vfunc = memutils->FindPattern(engine, sig, siglen);
if (!vfunc) if (!vfunc)
{ {
return; return;