mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-18 10:31:53 +00:00
6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
tiny 2 0 spigot mojang
|
|
|
|
# Originally DistanceManager, which also implements DistanceManager, so clashes since the implemented class
|
|
# is imported and not fully qualified. Easiest fix is to just change the name
|
|
c net/minecraft/server/level/PlayerChunkMap$a net/minecraft/server/level/ChunkMap$ChunkDistanceManager
|