diff --git a/amxmodx/sdk/moduleconfig.h b/amxmodx/sdk/moduleconfig.h index 6afd743d..9ef5e232 100755 --- a/amxmodx/sdk/moduleconfig.h +++ b/amxmodx/sdk/moduleconfig.h @@ -70,7 +70,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/cstrike/moduleconfig.h b/dlls/cstrike/moduleconfig.h index 8bbc0aaf..08c22f78 100755 --- a/dlls/cstrike/moduleconfig.h +++ b/dlls/cstrike/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded diff --git a/dlls/csx/source/moduleconfig.h b/dlls/csx/source/moduleconfig.h index 9bd8ff10..2e046ca5 100755 --- a/dlls/csx/source/moduleconfig.h +++ b/dlls/csx/source/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded diff --git a/dlls/dod2/dodfun/moduleconfig.h b/dlls/dod2/dodfun/moduleconfig.h index e728b60b..a9236fbe 100755 --- a/dlls/dod2/dodfun/moduleconfig.h +++ b/dlls/dod2/dodfun/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded diff --git a/dlls/dod2/dodx/moduleconfig.h b/dlls/dod2/dodx/moduleconfig.h index fa41a71d..d47d2c0d 100755 --- a/dlls/dod2/dodx/moduleconfig.h +++ b/dlls/dod2/dodx/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded diff --git a/dlls/engine/moduleconfig.h b/dlls/engine/moduleconfig.h index e1d78ae2..c21881fb 100755 --- a/dlls/engine/moduleconfig.h +++ b/dlls/engine/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded diff --git a/dlls/fakemeta/sdk/moduleconfig.h b/dlls/fakemeta/sdk/moduleconfig.h index 63f0c49a..875e72c0 100755 --- a/dlls/fakemeta/sdk/moduleconfig.h +++ b/dlls/fakemeta/sdk/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded @@ -105,7 +105,7 @@ // #define FN_ClientCommand ClientCommand /* pfnClientCommand() (wd) Player has sent a command (typed or from a bind) */ // #define FN_ClientUserInfoChanged ClientUserInfoChanged /* pfnClientUserInfoChanged() (wd) Client has updated their setinfo structure */ #define FN_ServerActivate ServerActivate /* pfnServerActivate() (wd) Server is starting a new map */ -#define FN_ServerDeactivate FMH_ServerDeactivate /* pfnServerDeactivate() (wd) Server is leaving the map (shutdown or changelevel); SDK2 */ +#define FN_ServerDeactivate FMH_ServerDeactivate /* pfnServerDeactivate() (wd) Server is leaving the map (shutdown or changelevel); SDK2 */ // #define FN_PlayerPreThink PlayerPreThink /* pfnPlayerPreThink() */ // #define FN_PlayerPostThink PlayerPostThink /* pfnPlayerPostThink() */ // #define FN_StartFrame StartFrame /* pfnStartFrame() */ diff --git a/dlls/fun/moduleconfig.h b/dlls/fun/moduleconfig.h index 51985fbc..2de9c522 100755 --- a/dlls/fun/moduleconfig.h +++ b/dlls/fun/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded diff --git a/dlls/geoip/moduleconfig.h b/dlls/geoip/moduleconfig.h index 50fdf546..97a7552d 100755 --- a/dlls/geoip/moduleconfig.h +++ b/dlls/geoip/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded diff --git a/dlls/mysqlx/sdk/moduleconfig.h b/dlls/mysqlx/sdk/moduleconfig.h index 4fb72aea..3f10468b 100755 --- a/dlls/mysqlx/sdk/moduleconfig.h +++ b/dlls/mysqlx/sdk/moduleconfig.h @@ -70,7 +70,7 @@ /** All plugins are about to be unloaded */ #define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ #define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/ns/ns/moduleconfig.h b/dlls/ns/ns/moduleconfig.h index f0c5a76c..8d1feeca 100755 --- a/dlls/ns/ns/moduleconfig.h +++ b/dlls/ns/ns/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/nvault/moduleconfig.h b/dlls/nvault/moduleconfig.h index 11fd1add..969d582d 100755 --- a/dlls/nvault/moduleconfig.h +++ b/dlls/nvault/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ #define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/regex/moduleconfig.h b/dlls/regex/moduleconfig.h index d674f0bd..a50409a5 100755 --- a/dlls/regex/moduleconfig.h +++ b/dlls/regex/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/sockets/moduleconfig.h b/dlls/sockets/moduleconfig.h index 6e604891..fa6e0990 100755 --- a/dlls/sockets/moduleconfig.h +++ b/dlls/sockets/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/sqlite/moduleconfig.h b/dlls/sqlite/moduleconfig.h index 7cbd1130..9d1905cc 100755 --- a/dlls/sqlite/moduleconfig.h +++ b/dlls/sqlite/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/tfc/tfcx/moduleconfig.h b/dlls/tfc/tfcx/moduleconfig.h index 72017dcc..6f71e432 100755 --- a/dlls/tfc/tfcx/moduleconfig.h +++ b/dlls/tfc/tfcx/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/ts/tsfun/moduleconfig.h b/dlls/ts/tsfun/moduleconfig.h index 709a3032..8e736a08 100755 --- a/dlls/ts/tsfun/moduleconfig.h +++ b/dlls/ts/tsfun/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/ diff --git a/dlls/ts/tsx/moduleconfig.h b/dlls/ts/tsx/moduleconfig.h index 9ea52c1c..ed721bf6 100755 --- a/dlls/ts/tsx/moduleconfig.h +++ b/dlls/ts/tsx/moduleconfig.h @@ -60,7 +60,7 @@ /** All plugins are about to be unloaded */ //#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading -/** All plguins are now unloaded */ +/** All plugins are now unloaded */ //#define FN_AMXX_PLUGINSUNLOADED OnPluginsUnloaded /**** METAMOD ****/