Better, but still not perfect. :(

This commit is contained in:
Scott Ehlert
2006-09-13 13:44:37 +00:00
parent 6e56aed778
commit 918e1c3195
2 changed files with 15 additions and 5 deletions

View File

@ -288,7 +288,7 @@ public __is_module_running(plid, num)
get_string(1, module, 63)
return is_module_loaded(module)
return is_module_running(module)
}
public __is_plugin_running(plid, num)
@ -297,5 +297,5 @@ public __is_plugin_running(plid, num)
get_string(1, plugin, 63)
return is_plugin_loaded(plugin)
return is_plugin_running(plugin)
}