Add qp to chat service

This commit is contained in:
Adam
2019-01-05 10:15:36 -05:00
parent 5192a28cec
commit b65018ae84
4 changed files with 88 additions and 6 deletions

View File

@@ -285,7 +285,7 @@ public class ChatCommandsPlugin extends Plugin
{
try
{
chatClient.submit(playerName, boss, kc);
chatClient.submitKc(playerName, boss, kc);
}
catch (Exception ex)
{
@@ -325,7 +325,7 @@ public class ChatCommandsPlugin extends Plugin
final int kc;
try
{
kc = chatClient.get(player, search);
kc = chatClient.getKc(player, search);
}
catch (IOException ex)
{