From 87378017fdd9298bf1b843e8f4024739d54927be Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Mon, 8 Mar 2004 17:33:55 +0000 Subject: [PATCH] fixed conmotd.txt path --- plugins/welcomemsg.sma | 2 +- plugins/welcomemsg_cs15.sma | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/welcomemsg.sma b/plugins/welcomemsg.sma index 2140934c..025a5a4b 100755 --- a/plugins/welcomemsg.sma +++ b/plugins/welcomemsg.sma @@ -53,7 +53,7 @@ public plugin_init() register_plugin("Welcome Message","0.1","AMXX Dev Team") g_cstrikeRunning = is_running("cstrike") #if defined READ_FROM_FILE - build_path( g_motdFile , 63 , "$basedir/conmotd.txt" ) + build_path( g_motdFile , 63 , "$basedir/configs/conmotd.txt" ) #endif } diff --git a/plugins/welcomemsg_cs15.sma b/plugins/welcomemsg_cs15.sma index ee482110..e1299ccc 100755 --- a/plugins/welcomemsg_cs15.sma +++ b/plugins/welcomemsg_cs15.sma @@ -51,7 +51,7 @@ public plugin_init() register_plugin("Welcome Message","0.1","AMXX Dev Team") g_cstrikeRunning = is_running("cstrike") #if defined READ_FROM_FILE - build_path( g_motdFile , 63 , "$basedir/conmotd.txt" ) + build_path( g_motdFile , 63 , "$basedir/configs/conmotd.txt" ) #endif }