stripelands

stripelands
SolDev69 2 years ago
parent 299877e3a8
commit bc8c59740f

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -869,8 +869,13 @@ public class RenderGlobal implements IWorldAccess
if (var17 < 0)
{
var17 = var14++;
this.allRenderLists[var17].func_78422_a(var22.posXMinus, var22.posYMinus, var22.posZMinus, var20, var10, var12);
if (var14 + 1 < 4) {
var17 = var14++;
this.allRenderLists[var17].func_78422_a(var22.posXMinus, var22.posYMinus, var22.posZMinus, var20, var10, var12);
} else {
var17 = 0;
this.allRenderLists[var17].func_78422_a(var22.posXMinus, var22.posYMinus, var22.posZMinus, var20, var10, var12);
}
}
}

@ -1,2 +1,2 @@
#!/bin/bash
python runtime/startclient.py "$@"
python2 runtime/startclient.py "$@"

Loading…
Cancel
Save