22w13i (Optional) Removed a random debug message
This commit is contained in:
parent
c2168eb8be
commit
3490b84ed4
101851
javascript/classes.js
101851
javascript/classes.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user