Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 613ff8a

Browse files
fix crash
1 parent f589d67 commit 613ff8a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

loader/fabric/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ supported_minecraft_versions = *
1111
# These should be automatically updated, unless the environment
1212
# variable "DISABLE_PROPERTIES_UPDATE" is set.
1313
loader_version = 0.18.4
14-
fapi_version = 0.141.2+1.21.11
14+
fapi_version = 0.141.3+1.21.11

modded/src/main/java/top/offsetmonkey538/gitpackmanager/modded/platform/ModdedPlatformCommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ public int executeRequestPackCommand(CommandContext<Object> ctx) throws CommandS
3232
resourcePackProperties.hash(),
3333
resourcePackProperties.isRequired(),
3434
Optional.ofNullable(resourcePackProperties.prompt())
35-
),
36-
null
35+
)
3736
);
3837

3938
return SINGLE_SUCCESS;

0 commit comments

Comments
 (0)