8000 [Feat] AsyncOfflinePlayerArgument by Bram1903 · Pull Request #632 · CommandAPI/CommandAPI · GitHub
[go: up one dir, main page]

Skip to content

[Feat] AsyncOfflinePlayerArgument #632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed: getArgumentType returning the wrong type
Co-authored-by: DerEchtePilz <81232921+DerEchtePilz@users.noreply.github.com>
  • Loading branch information
Bram1903 and DerEchtePilz authored Jan 12, 2025
commit c85c0b20b306f862cc0164b34cad4a22e7468fbf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public Class<CompletableFuture<OfflinePlayer>> getPrimitiveType() {

@Override
public CommandAPIArgumentType getArgumentType() {
return CommandAPIArgumentType.OFFLINE_PLAYER;
return CommandAPIArgumentType.ASYNC_OFFLINE_PLAYER;
}

@Override
Expand Down
0