mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Use 'Paper' for our config file in timings
This commit is contained in:
parent
1223fcc8bb
commit
d79fcf72fa
1 changed files with 1 additions and 1 deletions
|
@ -1750,7 +1750,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ parent.put("config", createObject(
|
||||
+ pair("spigot", mapAsJSON(Bukkit.spigot().getSpigotConfig(), null)),
|
||||
+ pair("bukkit", mapAsJSON(Bukkit.spigot().getBukkitConfig(), null)),
|
||||
+ pair("paperspigot", mapAsJSON(Bukkit.spigot().getPaperConfig(), null))
|
||||
+ pair("paper", mapAsJSON(Bukkit.spigot().getPaperConfig(), null))
|
||||
+ ));
|
||||
+
|
||||
+ new TimingsExport(sender, parent, history).start();
|
||||
|
|
Loading…
Reference in a new issue