mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
.github
build-data
dev-imports.txt
mappings-patch.tiny
paper.at
reobf-mappings-patch.tiny
gradle
licenses
paper-api
paper-generator
paper-server
scripts
test-plugin
.editorconfig
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.md
README.md
SECURITY.md
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
settings.gradle.kts
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
|