Update to Meteor-Rejects to 1.21.10
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
@@ -44,7 +44,7 @@ public class SaveSkinCommand extends Command {
|
||||
@Override
|
||||
public void build(LiteralArgumentBuilder<CommandSource> builder) {
|
||||
builder.then(argument("player", PlayerListEntryArgumentType.create()).executes(ctx -> {
|
||||
UUID id = PlayerListEntryArgumentType.get(ctx).getProfile().getId();
|
||||
UUID id = PlayerListEntryArgumentType.get(ctx).getProfile().id();
|
||||
String path = TinyFileDialogs.tinyfd_saveFileDialog("Save image", null, filters, null);
|
||||
if (path == null) IO_EXCEPTION.create();
|
||||
if (path != null) {
|
||||
|
||||
Reference in New Issue
Block a user