Update client patch to latest version (#398)

* Update client patch to latest version

* Fix Client Loader for manual patching

* Update TimersOverlay.java

* Fix cox

* defaults set
This commit is contained in:
Ganom
2019-05-26 16:44:30 -04:00
committed by GitHub
parent 6234515eea
commit 35349eae44
5 changed files with 24 additions and 149 deletions

View File

@@ -196,7 +196,7 @@
<dependency>
<groupId>net.runelit</groupId>
<artifactId>client-patch</artifactId>
<version>1.5.25.1</version>
<version>1.5.25.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -220,7 +220,6 @@
<artifactId>extended-mixins</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -334,7 +333,7 @@
</filter>
<filter>
<!-- net.runelit:client-patch -->
<artifact>net.runelite:client-patch</artifact>
<artifact>net.runelit:client-patch</artifact>
<includes>
<include>**</include>
</includes>