mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-24 03:45:17 -06:00
Made plugins reload when display mode changes
This commit is contained in:
parent
e9e9775ace
commit
50d43b0a2f
3 changed files with 25 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import org.openrs2.deob.annotation.OriginalArg;
|
|||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
import plugin.PluginRepository;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
|
|
@ -235,6 +236,7 @@ public final class DisplayMode {
|
|||
InterfaceList.aBooleanArray100[local466] = true;
|
||||
}
|
||||
GameShell.fullRedraw = true;
|
||||
PluginRepository.reloadPlugins();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ab", name = "c", descriptor = "(B)[Lclient!od;")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue