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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user