Few changes

This commit is contained in:
David Anderson
2005-08-02 07:01:25 +00:00
parent cc393d0e8d
commit 38da105ac1
3 changed files with 43 additions and 25 deletions

View File

@@ -1672,7 +1672,7 @@ void Module_CacheFunctions()
// other amx stuff
REGISTER_FUNC("amx_Exec", amx_Exec)
REGISTER_FUNC("amx_Push", amx_Push);
REGISTER_FUNC("amx_Push", amx_Push)
REGISTER_FUNC("amx_Execv", amx_Execv) //I HOPE NO ONE USES THIS!!!!
REGISTER_FUNC("amx_Allot", amx_Allot)
REGISTER_FUNC("amx_FindPublic", amx_FindPublic)