Increase diff stability

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2023-09-22 02:57:13 +10:00
parent 8a3c8cfcd4
commit e903417936
27 changed files with 162 additions and 170 deletions

View File

@@ -34,10 +34,10 @@
return;
}
+ */ // CraftBukkit end
+
+ try {
- Path path = (Path) optionset.valueOf(optionspec13);
+ try {
+
+ Path path = (Path) optionset.valueOf("pidFile"); // CraftBukkit
if (path != null) {