diff --git a/plugins/admin.sma b/plugins/admin.sma index 74ff1530..4a4f2e25 100755 --- a/plugins/admin.sma +++ b/plugins/admin.sma @@ -792,7 +792,7 @@ accessUser(id, name[] = "") if (result & 1) { - console_print(id, "* %L, id, "INV_PAS") + console_print(id, "* %L", id, "INV_PAS") } if (result & 2) @@ -803,12 +803,12 @@ accessUser(id, name[] = "") if (result & 4) { - console_print(id, "* %L, id, "PAS_ACC") + console_print(id, "* %L", id, "PAS_ACC") } if (result & 8) { - console_print(id, "* %L, id, "PRIV_SET") + console_print(id, "* %L", id, "PRIV_SET") } return PLUGIN_CONTINUE