Fixed register_plugin bug found by Zor
This commit is contained in:
parent
09e13f5dd9
commit
42c187fa33
|
@ -54,9 +54,9 @@ new g_cmdLoopback[16]
|
|||
public plugin_init()
|
||||
{
|
||||
#if defined USING_SQL
|
||||
register_plugin("Admin Base","0.20","AMXX Dev Team")
|
||||
#else
|
||||
register_plugin("Admin Base (SQL)", "0.20", "AMXX Dev Team")
|
||||
#else
|
||||
register_plugin("Admin Base","0.20","AMXX Dev Team")
|
||||
#endif
|
||||
register_cvar("amx_mode","1")
|
||||
register_cvar("amx_password_field","_pw")
|
||||
|
|
Loading…
Reference in New Issue
Block a user