it works im crying myself to sleep im so happy
This commit is contained in:
parent
8b76370314
commit
45b1e33950
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
14232
javascript/classes.js
14232
javascript/classes.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1196,7 +1196,9 @@ public class EntityRenderer implements IResourceManagerReloadListener {
|
||||||
|
|
||||||
this.mc.mcProfiler.endStartSection("hand");
|
this.mc.mcProfiler.endStartSection("hand");
|
||||||
|
|
||||||
ModManager.adminSpawner.render();
|
if(ModManager.adminSpawner.isEnabled()){
|
||||||
|
ModManager.adminSpawner.render();
|
||||||
|
}
|
||||||
if (this.renderHand) {
|
if (this.renderHand) {
|
||||||
GlStateManager.clear(GL_DEPTH_BUFFER_BIT);
|
GlStateManager.clear(GL_DEPTH_BUFFER_BIT);
|
||||||
this.renderHand(partialTicks, pass);
|
this.renderHand(partialTicks, pass);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user