moved backwards compatibility to amxmod.inc
This commit is contained in:
@ -99,8 +99,4 @@ stock build_path( path[] , len , {Float,_}:... ) {
|
||||
}
|
||||
|
||||
stock get_basedir( name[], len )
|
||||
return get_localinfo( "amxx_basedir", name , len )
|
||||
|
||||
/* use log_amx() instead */
|
||||
stock get_logfile( name[], len )
|
||||
return get_time("admin%m%d.log",name,len)
|
||||
return get_localinfo( "amxx_basedir", name , len )
|
Reference in New Issue
Block a user