Fixed typo causing IServer lookup to still fail (bug 5450).
This commit is contained in:
parent
8307f8fd9b
commit
82160205e5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user