Added missing TL key 'hatRemoved'

This commit is contained in:
KHobbits 2012-06-16 13:56:36 +01:00
parent 0c2e63baad
commit 4638c5ab55
12 changed files with 13 additions and 3 deletions

View file

@ -41,7 +41,7 @@ public class Commandhat extends EssentialsCommand
user.sendMessage(_("hatFail"));
}
}
if (args.length > 0)
else
{
if (args[0].contains("remove"))
{