world hopper: add world ping

Co-authored-by: Richard Brown richardjbrown1@gmail.com
This commit is contained in:
Adam
2018-12-04 19:13:49 -05:00
parent 233fbcf2d1
commit 8e70ad5cc9
9 changed files with 407 additions and 18 deletions

View File

@@ -168,6 +168,17 @@
</exclusion>
</exclusions>
</dependency>
<!-- net.runelite:discord also has this -->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>net.runelite</groupId>