Skip to content

Commit a0e12f1

Browse files
dependency: Update dependency dev.rollczi:liteskullapi to v2 (#1028)
* dependency: Update dependency dev.rollczi:liteskullapi to v2 * dependency: Update dependency dev.rollczi:liteskullapi to v2 * Fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rollczi <[email protected]>
1 parent df16173 commit a0e12f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Versions {
2323
const val HIKARI_CP = "6.3.2"
2424

2525
const val LITE_COMMANDS = "3.10.2"
26-
const val LITE_SKULL_API = "1.3.0"
26+
const val LITE_SKULL_API = "2.0.0"
2727

2828
const val GUAVA = "33.4.8-jre"
2929
const val GSON = "2.13.1"

eternalcore-core/src/main/java/com/eternalcode/core/feature/skull/SkullCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SkullCommand {
3131
@Execute
3232
@DescriptionDocs(description = "Gives you a skull of player", arguments = "<player>")
3333
void execute(@Context Player sender, @Arg(SkullNicknameArgument.KEY) String name) {
34-
this.skullAPI.acceptSyncSkullData(name, skull -> {
34+
this.skullAPI.acceptSkullData(name, skull -> {
3535
ItemStack namedSkull = ItemBuilder.skull()
3636
.name(Component.text(name))
3737
.texture(skull.getValue())

0 commit comments

Comments
 (0)