mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +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(
|
+ parent.put("config", createObject(
|
||||||
+ pair("spigot", mapAsJSON(Bukkit.spigot().getSpigotConfig(), null)),
|
+ pair("spigot", mapAsJSON(Bukkit.spigot().getSpigotConfig(), null)),
|
||||||
+ pair("bukkit", mapAsJSON(Bukkit.spigot().getBukkitConfig(), 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();
|
+ new TimingsExport(sender, parent, history).start();
|
||||||
|
|
Loading…
Reference in a new issue