Skip to content

Commit

Permalink
Rebuild patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Spottedleaf committed Jan 11, 2025
1 parent 0acb7b0 commit 7dbde1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
-
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
public WorldGenLevel getHandle() {
return this.handle;
}
@@ -812,4 +_,3 @@
}
// Paper end
}
-

0 comments on commit 7dbde1d

Please sign in to comment.