Skip to content

Commit

Permalink
Update core/src/main/java/org/geysermc/geyser/session/GeyserSession.java
Browse files Browse the repository at this point in the history
Co-authored-by: rtm516 <[email protected]>
  • Loading branch information
letsgoawaydev and rtm516 authored Feb 6, 2025
1 parent 0ff976f commit 539b26a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
@Setter
private int stepTicks = 0;


public GeyserSession(GeyserImpl geyser, BedrockServerSession bedrockServerSession, EventLoop tickEventLoop) {
this.geyser = geyser;
this.upstream = new UpstreamSession(bedrockServerSession);
Expand Down

0 comments on commit 539b26a

Please sign in to comment.