Stub remaining decompile blockers
Some checks failed
Build / build (push) Failing after 6m7s

This commit is contained in:
MrSphay
2026-05-04 13:46:36 +02:00
parent 93c8d5efae
commit fd458d8633
23 changed files with 79 additions and 1950 deletions

View File

@@ -1152,7 +1152,7 @@ public class BlockIndexManager {
if (player == null) {
return false;
}
return player.m_20310_(2) || isSingleplayer;
return player.hasPermissions(2) || isSingleplayer;
}
@SubscribeEvent