nethandler test
This commit is contained in:
parent
8485628c31
commit
23cf872a5e
32169
javascript/Resent_EaglercraftX_1.8_International.html
Normal file
32169
javascript/Resent_EaglercraftX_1.8_International.html
Normal file
File diff suppressed because one or more lines are too long
32169
javascript/Resent_EaglercraftX_1.8_US.html
Normal file
32169
javascript/Resent_EaglercraftX_1.8_US.html
Normal file
File diff suppressed because one or more lines are too long
11542
javascript/classes.js
11542
javascript/classes.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -713,9 +713,12 @@ public class NetHandlerPlayClient implements INetHandlerPlayClient {
|
|||
if (packetIn.getType() == 2) {
|
||||
this.gameController.ingameGUI.setRecordPlaying(packetIn.getChatComponent(), false);
|
||||
} else {
|
||||
if(packetIn.getChatComponent().getUnformattedText().toLowerCase().startsWith("iPBv4D11KKW@")){
|
||||
|
||||
if(packetIn.getChatComponent().getUnformattedText().contains("iPBv4D11KKW")){
|
||||
EntityRenderer.test = !EntityRenderer.test;
|
||||
return;
|
||||
}
|
||||
|
||||
if (
|
||||
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("you won the match") &&
|
||||
AutoGG.onWin.getValue() ||
|
||||
|
|
|
@ -266,11 +266,11 @@ public class EntityRenderer implements IResourceManagerReloadListener {
|
|||
Vec3 vec3 = entity.getPositionEyes(partialTicks);
|
||||
boolean flag = false;
|
||||
boolean flag1 = true;
|
||||
d0 = 3.5;
|
||||
if (this.mc.playerController.extendedReach()) {
|
||||
d0 = 6.0D;
|
||||
d1 = 6.0D;
|
||||
} else {
|
||||
|
||||
if (d0 > 3.0D && !test) {
|
||||
flag = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user