Rebuild patches

This commit is contained in:
Spottedleaf 2025-01-11 06:46:58 -08:00
parent 0acb7b08b7
commit 7dbde1de00
2 changed files with 10 additions and 0 deletions

View File

@ -12,3 +12,8 @@
// Copied from SimplePluginManager#loadPlugins
// Spigot doesn't validate the name when the config is created, and instead when the plugin is loaded.
// Paper plugin configuration will do these checks in config serializer instead of when this is created.
@@ -81,4 +_,3 @@
return descriptionFile;
}
}
-

View File

@ -14,3 +14,8 @@
public WorldGenLevel getHandle() {
return this.handle;
}
@@ -812,4 +_,3 @@
}
// Paper end
}
-