diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-02 11:04:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-02 11:04:59 -0300 |
commit | ace336984547790fae46e66d42a05667be1bc729 (patch) | |
tree | 16be4441c4f01116581b29d4a0714ccef286a38c /npc/items/alcohol.txt | |
parent | b3def12ea45b45833bbe1d6b5e8c704700a8a6cb (diff) | |
download | serverdata-ace336984547790fae46e66d42a05667be1bc729.tar.gz serverdata-ace336984547790fae46e66d42a05667be1bc729.tar.bz2 serverdata-ace336984547790fae46e66d42a05667be1bc729.tar.xz serverdata-ace336984547790fae46e66d42a05667be1bc729.zip |
"Fix" some trailing whitespace "errors"
Diffstat (limited to 'npc/items/alcohol.txt')
-rw-r--r-- | npc/items/alcohol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index 80f017118..fd9aa0f07 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -30,7 +30,7 @@ if (getarg(1)) return getstatus(getarg(0), 1); else - return getstatus(getarg(0), 5); // Shouldn't it be 5? + return getstatus(getarg(0), 5); // Shouldn't it be 5? } return 0; } |