Fix CS:GO OnGetWeaponPrice forward on Linux.
This commit is contained in:
@@ -207,7 +207,7 @@ bool CreateWeaponPriceDetour()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if SOURCE_ENGINE == SE_CSGO && defined(WIN32)
|
#if SOURCE_ENGINE == SE_CSGO
|
||||||
void *pGetWeaponPriceAddress = GetWeaponPriceFunction();
|
void *pGetWeaponPriceAddress = GetWeaponPriceFunction();
|
||||||
|
|
||||||
if(!pGetWeaponPriceAddress)
|
if(!pGetWeaponPriceAddress)
|
||||||
|
|||||||
Reference in New Issue
Block a user