fix: remove PistonBaseTile::tlsIdx

This commit is contained in:
Tropical 2026-03-25 15:56:08 -05:00
parent e5414bf871
commit 29c0185553

View file

@ -27,7 +27,6 @@ private:
static thread_local bool m_tlsIgnoreUpdate;
static TlsKey tlsIdx;
// 4J - was just a static but implemented with TLS for our version
static bool ignoreUpdate();
static void ignoreUpdate(bool set);