Merge branch 'master' into maven-plugin-upgrades

This commit is contained in:
William Collishaw
2019-05-16 22:22:24 -06:00
168 changed files with 2311 additions and 390 deletions

View File

@@ -28,7 +28,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.23-SNAPSHOT</version>
<version>1.5.24-SNAPSHOT</version>
</parent>
<name>Web API</name>

View File

@@ -34,5 +34,6 @@ import net.runelite.http.api.ws.WebsocketMessage;
public class UserJoin extends WebsocketMessage
{
private final UUID memberId;
private final UUID partyId;
private final String name;
}