chore: update tutorial screenshot

This commit is contained in:
Fireblade 2026-05-04 22:07:32 -04:00
parent a28d817d6c
commit e5a4642959
2 changed files with 0 additions and 4 deletions

View file

@ -1265,10 +1265,6 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
}
}
}
else
{
lines.push_back(L"Target BlockState: " + std::to_wstring(st.value));
}
}
}
}