mirror of
https://github.com/PaperMC/Folia.git
synced 2025-02-15 01:13:28 +01:00
Rebuild patches
This commit is contained in:
parent
0acb7b08b7
commit
7dbde1de00
@ -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;
|
||||
}
|
||||
}
|
||||
-
|
||||
|
@ -14,3 +14,8 @@
|
||||
public WorldGenLevel getHandle() {
|
||||
return this.handle;
|
||||
}
|
||||
@@ -812,4 +_,3 @@
|
||||
}
|
||||
// Paper end
|
||||
}
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user