make autototem not render when not supposed to render
This commit is contained in:
parent
a021901ad7
commit
9c90d449c1
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ public class AutoTotem extends Feature {
|
|||
int fullCount = 0;
|
||||
|
||||
public void renderTotems() {
|
||||
if(fullCount != 0) {
|
||||
if(fullCount != 0 && renderTots) {
|
||||
ScaledResolution res = new ScaledResolution(mc);
|
||||
int y = res.getScaledHeight() - 16 * 2 - 3 - 8;
|
||||
int x;
|
||||
|
|
Loading…
Add table
Reference in a new issue