mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
wtf, get_module() uncommitted again
fixed typo
This commit is contained in:
parent
7083c898f0
commit
ff23a74e9c
@ -409,7 +409,7 @@ int loadModules(const char* filename)
|
||||
return loaded;
|
||||
}
|
||||
|
||||
void dettachModules()
|
||||
void detachModules()
|
||||
{
|
||||
CList<CModule>::iterator a = g_modules.begin();
|
||||
|
||||
@ -420,7 +420,7 @@ void dettachModules()
|
||||
}
|
||||
}
|
||||
|
||||
void dettachReloadModules()
|
||||
void detachReloadModules()
|
||||
{
|
||||
CList<CModule>::iterator a = g_modules.begin();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user