Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryStarlk committed Feb 23, 2024
2 parents 77ce704 + 94b7c45 commit fa7f8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Obsidian/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ await QueuePacketAsync(new SynchronizePlayerPositionPacket
TeleportId = Player.TeleportId
});

await Player.UpdateChunksAsync(distance: server.Configuration.ViewDistance);
await Player.UpdateChunksAsync(distance: 7);
await SendInfoAsync();
await this.server.EventDispatcher.ExecuteEventAsync(new PlayerJoinEventArgs(Player, this.server, DateTimeOffset.Now));
}
Expand Down

0 comments on commit fa7f8f6

Please sign in to comment.