mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-08 21:15:54 +08:00
change indentation to tab
This commit is contained in:
parent
a5ab979418
commit
bdbdbd53b9
@ -45,13 +45,6 @@ public class AbilityManager {
|
|||||||
public void onAbilityInvoke(AbilityInvokeEntry invoke) throws Exception {
|
public void onAbilityInvoke(AbilityInvokeEntry invoke) throws Exception {
|
||||||
// Grasscutter.getLogger().info(invoke.getArgumentType() + " (" + invoke.getArgumentTypeValue() + "): " + Utils.bytesToHex(invoke.toByteArray()));
|
// Grasscutter.getLogger().info(invoke.getArgumentType() + " (" + invoke.getArgumentTypeValue() + "): " + Utils.bytesToHex(invoke.toByteArray()));
|
||||||
|
|
||||||
//AbilityIdentifier identifier = AbilityIdentifier.parseFrom(invoke.getAbilityData());
|
|
||||||
//AbilityInvocationsNotify notify = AbilityInvocationsNotify.parseFrom(invoke.getAbilityData());
|
|
||||||
|
|
||||||
|
|
||||||
//Grasscutter.getLogger().info("Ability id: " + Integer.toString(invoke.getEntityId()));
|
|
||||||
//Grasscutter.getLogger().info("invoke count: " + Double.toString(invoke.getTotalTickTime()));
|
|
||||||
|
|
||||||
switch (invoke.getArgumentType()) {
|
switch (invoke.getArgumentType()) {
|
||||||
case ABILITY_META_OVERRIDE_PARAM:
|
case ABILITY_META_OVERRIDE_PARAM:
|
||||||
handleOverrideParam(invoke);
|
handleOverrideParam(invoke);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user