mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
corrected typo (at46807)
This commit is contained in:
parent
e8a30e7187
commit
dfea3e8a13
@ -598,7 +598,7 @@ int set_amxnatives(AMX* amx, char error[128])
|
||||
if ((err = amx_Exec(amx, &retval, idx)) != AMX_ERR_NONE)
|
||||
{
|
||||
Debugger::GenericMessage(amx, err);
|
||||
AMXXLOG_Log("An error occurred in plugins_native. This is dangerous!");
|
||||
AMXXLOG_Log("An error occurred in plugin_natives. This is dangerous!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user