mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Fix trying to use signature function for WeaponIDToAlias on linux.
This commit is contained in:
parent
f7d3e44b19
commit
5f9d571e12
@ -376,7 +376,7 @@ int AliasToWeaponID(const char *weapon)
|
||||
|
||||
const char *WeaponIDToAlias(int weaponID)
|
||||
{
|
||||
#if SOURCE_ENGINE != SE_CSGO || !defined(WIN32)
|
||||
#if SOURCE_ENGINE != SE_CSGO
|
||||
const char *alias = NULL;
|
||||
|
||||
static ICallWrapper *pWrapper = NULL;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user