diff --git a/plugins/welcomemsg.sma b/plugins/welcomemsg.sma
index d7eb4713..a352486f 100755
--- a/plugins/welcomemsg.sma
+++ b/plugins/welcomemsg.sma
@@ -116,7 +116,7 @@ public alt_motd(param[]) {
#if defined SHOW_MODS
new mod_ver[32]
len += copy(motdBody[len],MOTD_LENGTH-len,"
Server mods:
")
- get_cvar_string("amx_version",mod_ver,31)
+ get_cvar_string("amxmodx_version",mod_ver,31)
if (mod_ver[0]) len += format(motdBody[len],MOTD_LENGTH-len,"- AMX Mod %s
",mod_ver)
get_cvar_string("statsme_version",mod_ver,31)
if (mod_ver[0]) len += format(motdBody[len],MOTD_LENGTH-len,"- StatsMe %s
",mod_ver)
diff --git a/plugins/welcomemsg_cs15.sma b/plugins/welcomemsg_cs15.sma
index d35a41b7..b220a31a 100755
--- a/plugins/welcomemsg_cs15.sma
+++ b/plugins/welcomemsg_cs15.sma
@@ -102,7 +102,7 @@ public client_connect(id) {
#if defined SHOW_MODS
new mod_ver[32]
client_cmd(id, "echo ;echo ^" Server mods:^"")
- get_cvar_string("amx_version",mod_ver,31)
+ get_cvar_string("amxmodx_version",mod_ver,31)
if (mod_ver[0]) client_cmd(id, "echo ^" o AMX Mod %s^"",mod_ver)
get_cvar_string("statsme_version",mod_ver,31)
if (mod_ver[0]) client_cmd(id, "echo ^" o StatsMe %s^"",mod_ver)