mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
fixed a bug where HandleModule() took the mangled name instead of the demangled
This commit is contained in:
parent
2ece53fa38
commit
2c7ca33bf1
@ -511,7 +511,7 @@ int CheckModules(AMX *amx, char error[128])
|
|||||||
{
|
{
|
||||||
if ( (err=RunLibCommand(&dec)) != LibErr_None )
|
if ( (err=RunLibCommand(&dec)) != LibErr_None )
|
||||||
{
|
{
|
||||||
if (!pHandler->HandleModule(buffer, (err == LibErr_NoClass)))
|
if (!pHandler->HandleModule(dec.param1, (err == LibErr_NoClass)))
|
||||||
{
|
{
|
||||||
const char *type = "Module/Library";
|
const char *type = "Module/Library";
|
||||||
if (err == LibErr_NoClass)
|
if (err == LibErr_NoClass)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user