mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 13:15:39 +00:00
Make ActionSetGlobalValue
return true
This commit is contained in:
parent
aa3e23f5f3
commit
4f34970005
@ -24,6 +24,6 @@ public final class ActionSetGlobalValue extends AbilityActionHandler {
|
||||
target.getScene().getHost().sendPacket(
|
||||
new PacketServerGlobalValueChangeNotify(target, valueKey, value.get(ability)));
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user