From ff23a74e9cc60e824f8965ec2cd6bd5d59a09605 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 30 Jun 2004 04:27:55 +0000 Subject: [PATCH] wtf, get_module() uncommitted again fixed typo --- amxmodx/modules.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amxmodx/modules.cpp b/amxmodx/modules.cpp index f75d1e12..ce180e14 100755 --- a/amxmodx/modules.cpp +++ b/amxmodx/modules.cpp @@ -409,7 +409,7 @@ int loadModules(const char* filename) return loaded; } -void dettachModules() +void detachModules() { CList::iterator a = g_modules.begin(); @@ -420,7 +420,7 @@ void dettachModules() } } -void dettachReloadModules() +void detachReloadModules() { CList::iterator a = g_modules.begin();