mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-01 08:20:51 +01:00
6 lines
318 B
Plaintext
6 lines
318 B
Plaintext
|
tiny 2 0 spigot mojang+yarn
|
||
|
|
||
|
# 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
|