Merge pull request #5141 from deathbeam/fix-barrows-kc
Fix setting of barrows kc from chat
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user