From f1e07caca4f4edcaa91879006ace962e57f9055e Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Tue, 29 Jul 2014 12:22:32 +0200 Subject: [PATCH] Fix compilation. --- plugins/admin.sma | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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