22w13i (Optional) Removed a random debug message

This commit is contained in:
LAX1DUDE 2022-04-03 00:25:32 -07:00
parent c2168eb8be
commit 3490b84ed4
10 changed files with 74305 additions and 74363 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@ public class ConfigConstants {
public static boolean profanity = false;
public static final String version = "22w13h";
public static final String version = "22w13i";
public static final String mainMenuString = "eaglercraft " + version;
public static final String forkMe = "https://github.com/LAX1DUDE/eaglercraft";

View File

@ -1,9 +1,5 @@
package net.minecraft.src;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;

View File

@ -963,9 +963,6 @@ public class EaglerAdapterImpl2 {
keyStates[219] = false;
keyStates[220] = false;
}
if(p1 == 28 || p1 == 29 || p1 == 157 || p1 == 219 || p1 == 220) {
System.out.println("" + p1 + ": " + keyStates[220]);
}
return keyStates[p1];
}
public static final String getKeyName(int p1) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long