1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 12:35:28 +01:00

Comment left behind

This commit is contained in:
montlikadani 2020-06-14 13:30:10 +02:00
parent 4d173e0623
commit a897c43a5c

View File

@ -584,7 +584,7 @@ public class GeneralConfigManager {
boostedItemsInOffHand = c.get("enable-boosted-items-in-offhand", true);
}
c.addComment("enable-payment-for-planting-blocks", "Do you want to prevent crop resizing payment when placing more cactus?",
c.addComment("prevent-crop-resize-payment", "Do you want to prevent crop resizing payment when placing more cactus?",
"This option is only related to: sugar_cane, cactus, kelp, bamboo");
preventCropResizePayment = c.get("prevent-crop-resize-payment", false);