Skip to content

Commit

Permalink
Quick fixing build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Oct 2, 2024
1 parent 2896977 commit 7d6391d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
compileOnly 'org.spigotmc:spigot:1.13.2-R0.1-SNAPSHOT'

compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-mojangapi:1.19.1-R0.1-SNAPSHOT")
//compileOnly("io.papermc.paper:paper-mojangapi:1.19.1-R0.1-SNAPSHOT")

compileOnly "${kyori(KyoriModule.API)}"
compileOnly "${kyoriPlatform(KyoriModule.BUKKIT)}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void resolve(Imperat<S> dispatcher, ResolvedContext<S> context) throws Im

if (optionalEmptyParameter.isFlag()) {
CommandFlag flag = optionalEmptyParameter.asFlagParameter().flagData();
Object value = null;
Object value;
if (flag instanceof CommandSwitch) value = false;
else {
optionalEmptyParameter.asFlagParameter().getDefaultValueSupplier();
Expand Down

0 comments on commit 7d6391d

Please sign in to comment.