Rename points to reputation for player view

This commit is contained in:
Patrick
2022-07-14 14:45:21 +04:00
parent 137c598c52
commit d8725fb3a8
4 changed files with 8 additions and 12 deletions

View File

@@ -223,8 +223,8 @@ public interface EasyGiantsFoundryConfig extends Config {
@ConfigItem(
keyName = "shopPoints",
name = "Shop points",
description = "Toggle for shop points",
name = "Reputation",
description = "Toggle for reputation text",
position = 5,
section = infoPanelList
)