diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/main.txt | 7 |
1 files changed, 2 insertions, 5 deletions
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$; |