From 755cf957734dea23c0d4b8ac348ddc7400c8dbb9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 5 Feb 2019 20:07:35 -0200 Subject: I still need to check if mesn is not doing pollution on functions --- npc/functions/main.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 05ec73fc1..4a6f89d80 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -41,12 +41,9 @@ function script setqtime { } function script mesn { - if (getargcount() > 0) - { + if (getargcount() > 0) { .@s$ = "[" + getarg(0) + "]"; - } - else - { + } else { .@s$ = "[" + strnpcinfo(1) + "]"; } mes .@s$; -- cgit v1.2.3-70-g09d2