moved backwards compatibility to amxmod.inc

This commit is contained in:
Felix Geyer
2004-03-07 11:23:57 +00:00
parent 484d482b49
commit 75ac8fd494
4 changed files with 4 additions and 38 deletions

View File

@ -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 )