fixed conmotd.txt path

This commit is contained in:
Felix Geyer 2004-03-08 17:33:55 +00:00
parent e25aadd7a3
commit 87378017fd
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ public plugin_init()
register_plugin("Welcome Message","0.1","AMXX Dev Team") register_plugin("Welcome Message","0.1","AMXX Dev Team")
g_cstrikeRunning = is_running("cstrike") g_cstrikeRunning = is_running("cstrike")
#if defined READ_FROM_FILE #if defined READ_FROM_FILE
build_path( g_motdFile , 63 , "$basedir/conmotd.txt" ) build_path( g_motdFile , 63 , "$basedir/configs/conmotd.txt" )
#endif #endif
} }

View File

@ -51,7 +51,7 @@ public plugin_init()
register_plugin("Welcome Message","0.1","AMXX Dev Team") register_plugin("Welcome Message","0.1","AMXX Dev Team")
g_cstrikeRunning = is_running("cstrike") g_cstrikeRunning = is_running("cstrike")
#if defined READ_FROM_FILE #if defined READ_FROM_FILE
build_path( g_motdFile , 63 , "$basedir/conmotd.txt" ) build_path( g_motdFile , 63 , "$basedir/configs/conmotd.txt" )
#endif #endif
} }