fixed plugin location comments on stat plugins

replaced 0.20 with AMXX_VERSION_STR
removed all require_modules
This commit is contained in:
Borja Ferrer
2005-09-10 20:51:49 +00:00
parent 76760b221d
commit f0c5e44985
15 changed files with 6 additions and 49 deletions

View File

@ -668,8 +668,3 @@ load_settings( szFilename[] ) {
return 1
}
public plugin_modules()
{
require_module("tfcx")
}