File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/gg/generations/rarecandy/tools/gui Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " gg.generations"
14- version = " 2.11.19 "
14+ version = " 2.11.20 "
1515
1616java.toolchain.languageVersion.set(JavaLanguageVersion .of(17 ))
1717
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ public void run() {
4242 }
4343
4444 public static void main (String [] args ) {
45- try {
46- System .loadLibrary ("renderdoc" );
47- } catch (Exception e ) {
48- System .out .println ("Renderdoc not loaded. Continuing without." );
49- }
45+ // try {
46+ // System.loadLibrary("renderdoc");
47+ // } catch (Exception e) {
48+ // System.out.println("Renderdoc not loaded. Continuing without.");
49+ // }
5050 var frame = new JFrame ();
5151 var gui = new PokeUtilsGui ();
5252 frame .setSize (new Dimension (250 +512 + (512 - 482 ), 512 ));
You can’t perform that action at this time.
0 commit comments