Merge remote-tracking branch 'runelite/master' into ihategitandihatethisihatemergingupstream

This commit is contained in:
sdburns1998
2019-06-29 01:08:56 +02:00
39 changed files with 472 additions and 97 deletions

View File

@@ -100,4 +100,4 @@ public class ChatController
{
return chatService.getHosts(world, location);
}
}
}

View File

@@ -117,4 +117,4 @@ public class ChatService
jedis.lrem(key, 0, json);
}
}
}
}