Fix SourceMod SDK Bug.
This commit is contained in:
+2
-2
@@ -322,14 +322,14 @@ SMM_API void *PL_EXPOSURE(const char *name, int *code)
|
|||||||
{
|
{
|
||||||
if (code)
|
if (code)
|
||||||
{
|
{
|
||||||
*code = IFACE_OK;
|
*code = META_IFACE_OK;
|
||||||
}
|
}
|
||||||
return static_cast<void *>(g_pExtensionIface);
|
return static_cast<void *>(g_pExtensionIface);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (code)
|
if (code)
|
||||||
{
|
{
|
||||||
*code = IFACE_FAILED;
|
*code = META_IFACE_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user