SteamWar/SpigotCore
Archiviert
13
0

Fix SWCommand localArguments

Dieser Commit ist enthalten in:
yoyosource 2021-03-30 16:54:41 +02:00
Ursprung c1e7fdbb1d
Commit 56c3e730a9

Datei anzeigen

@ -136,7 +136,7 @@ public abstract class SWCommand {
return; return;
} }
} }
commandSet.add(new SubCommand(this, method, anno.value())); commandSet.add(new SubCommand(this, method, anno.value(), localTypeMapper));
}); });
this.commandSet.sort((o1, o2) -> { this.commandSet.sort((o1, o2) -> {