Move the LanServerPinger class to the net.minecraft.client.network package (#3211)

This commit is contained in:
haykam821 2022-06-14 13:17:52 -04:00 committed by GitHub
parent 0ac8b8ccfa
commit 9c26ec4dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_1133 net/minecraft/server/LanServerPinger
CLASS net/minecraft/class_1133 net/minecraft/client/network/LanServerPinger
COMMENT Used to send UDP multicasts to notify other clients of a local game on the same network.
COMMENT
COMMENT <p>These multicasts will always be sent to {@code 224.0.2.60:4445} where other clients can listen for local games.