mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix javadoc comment in Geyser Session
This commit is contained in:
parent
2da55999a9
commit
09bfe4b60d
1 changed files with 3 additions and 4 deletions
|
@ -561,9 +561,8 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
||||||
private MinecraftProtocol protocol;
|
private MinecraftProtocol protocol;
|
||||||
|
|
||||||
private boolean tickingFrozen = false;
|
private boolean tickingFrozen = false;
|
||||||
/*
|
/**
|
||||||
* The amount of ticks requested by the server that the
|
* The amount of ticks requested by the server that the game should proceed with, even if the game tick loop is frozen.
|
||||||
* game should proceed with, even if game ticking is frozen.
|
|
||||||
*/
|
*/
|
||||||
@Setter
|
@Setter
|
||||||
private int stepTicks = 0;
|
private int stepTicks = 0;
|
||||||
|
@ -2080,4 +2079,4 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
||||||
packet.setSoftEnum(new CommandEnumData(name, Collections.singletonMap(enums, Collections.emptySet()), true));
|
packet.setSoftEnum(new CommandEnumData(name, Collections.singletonMap(enums, Collections.emptySet()), true));
|
||||||
sendUpstreamPacket(packet);
|
sendUpstreamPacket(packet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue