mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 18:12:31 +08:00
Command Targeting overhaul fixes
This commit is contained in:
committed by
Melledy
Unverified
parent
d8b2e787e5
commit
37c2ee5e2c
@@ -56,7 +56,7 @@ public final class TalentCommand implements CommandHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
EntityAvatar entity = sender.getTeamManager().getCurrentAvatarEntity();
|
||||
EntityAvatar entity = targetPlayer.getTeamManager().getCurrentAvatarEntity();
|
||||
Avatar avatar = entity.getAvatar();
|
||||
String cmdSwitch = args.get(0);
|
||||
switch (cmdSwitch) {
|
||||
|
||||
Reference in New Issue
Block a user