Merge pull request #5141 from deathbeam/fix-barrows-kc

Fix setting of barrows kc from chat
This commit is contained in:
Tomas Slusny
2018-08-26 19:39:13 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ public class ChatCommandsPlugin extends Plugin implements ChatboxInputListener
{
int kc = Integer.parseInt(matcher.group(1));
setKc("Barrows", kc);
setKc("Barrows Chests", kc);
}
}