Skip to content

Commit

Permalink
Fix initial view distance chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryStarlk committed Feb 22, 2024
1 parent 6248ae2 commit 94b7c45
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 94b7c45

Please sign in to comment.