make autototem not render when not supposed to render

This commit is contained in:
Daniella / Tove 2024-05-27 12:48:55 +02:00
parent a021901ad7
commit 9c90d449c1

View file

@ -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;