From 862ed243be41c83e6a2655ea43484b2b9a30af82 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sat, 10 Feb 2007 21:10:55 +0000 Subject: [PATCH] Fixed typo (am51042) --- plugins/admin.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin.sma b/plugins/admin.sma index 11a73838..b2c9b25f 100755 --- a/plugins/admin.sma +++ b/plugins/admin.sma @@ -141,7 +141,7 @@ public addadminfn(id, level, cid) if (equali(t_arg, "name")) idtype |= ADMIN_LOOKUP } else { - console_print(id, "[%s] Unknown idtype ^"%s^", use one of: steamid, ip, name", PLUGINNAME, t_arg) + console_print(id, "[%s] Unknown id type ^"%s^", use one of: steamid, ip, name", PLUGINNAME, t_arg) return PLUGIN_HANDLED } }