Better-than-Adventure / bta-issues

You can report bugs for Better than Adventure here.
25 stars 0 forks source link

View Distance Spams Log #313

Open 641i130 opened 6 months ago

641i130 commented 6 months ago

Describe the bug Setting view-distance to 20 causes it to spam the log. Can we go higher in this version?

Expected behavior Not spam log (not sure if its connectable, will test later).

Version info (please complete the following information):

Crash Logs

2024-03-18 14:22:59 ERROR Minecraft - Unexpected exception
java.lang.IllegalArgumentException: Too big view radius!
        at net.minecraft.server.player.PlayerManager.<init>(PlayerManager.java:35) ~[better-than-adventure-7.1.Prerelease.1a-server.jar:7.1 Prerelease 1a]
        at net.minecraft.server.net.PlayerList.<init>(PlayerList.java:57) ~[better-than-adventure-7.1.Prerelease.1a-server.jar:7.1 Prerelease 1a]
        at net.minecraft.server.MinecraftServer.startServer(MinecraftServer.java:223) ~[better-than-adventure-7.1.Prerelease.1a-server.jar:7.1 Prerelease 1a]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [better-than-adventure-7.1.Prerelease.1a-server.jar:7.1 Prerelease 1a]
        at net.minecraft.server.net.thread.ThreadServerApplication.run(ThreadServerApplication.java:21) [better-than-adventure-7.1.Prerelease.1a-server.jar:7.1 Prerelease 1a]