loottracker - Reword syncPanel config description

This commit is contained in:
TheStonedTurtle
2020-01-31 03:13:17 -08:00
committed by Adam
parent 2836f89b9e
commit 7bec4999fd

View File

@@ -82,9 +82,9 @@ public interface LootTrackerConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "syncPanel", keyName = "syncPanel",
name = "Synchronize panel contents", name = "Synchronize panel contents",
description = "Synchronize your local loot tracker with your online (requires being logged in). This means" + description = "Synchronize your local loot tracker with your server data (requires being logged in).<br/>" +
" that panel is filled with portion of your remote data on startup and deleting data in panel deletes them" + " This means the panel is filled with portions of your remote data on startup<br/>" +
" also on server." " and deleting data in the panel also deletes it on the server."
) )
default boolean syncPanel() default boolean syncPanel()
{ {