mirror of
https://github.com/songoda/EpicVouchers.git
synced 2025-02-02 21:01:49 +01:00
Fixed title icon bug.
This commit is contained in:
parent
941b7f0aec
commit
f11cfeb83a
3
pom.xml
3
pom.xml
@ -2,7 +2,7 @@
|
||||
<groupId>com.songoda</groupId>
|
||||
<artifactId>EpicVouchers</artifactId>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>2.0.2</version>
|
||||
<version>2.0.3</version>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean package</defaultGoal>
|
||||
@ -77,6 +77,7 @@
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -21,7 +21,7 @@ public class TitlesMenu extends IconInv {
|
||||
}));
|
||||
|
||||
addIcon(2, new StringIcon(instance, "Subtitle", voucher.getSubTitle(), (player, editString) -> {
|
||||
voucher.setTitle(editString).saveSetting("titles.title", editString);
|
||||
voucher.setSubTitle(editString).saveSetting("titles.subtitle", editString);
|
||||
new TitlesMenu(instance, voucher).open(player);
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user