mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix frozen variable getter
This commit is contained in:
parent
3d957e35b8
commit
91a1a12651
1 changed files with 1 additions and 1 deletions
|
|
@ -1209,7 +1209,7 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
|||
isInWorldBorderWarningArea = false;
|
||||
}
|
||||
|
||||
if (!isFrozen()) {
|
||||
if (!frozen) {
|
||||
for (Tickable entity : entityCache.getTickableEntities()) {
|
||||
entity.tick();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue