Skip to content

Commit

Permalink
Update CustomProjectileSizeListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu1213 authored Jul 20, 2024
1 parent 8179fbc commit 8b23c9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.lang.reflect.Field;

public class CustomProjectileSizeListener implements Listener {

/*
@EventHandler
public void onShoot(WeaponShootEvent e){
WeaponConfigData data = LeonCSAddon.INSTANCE.getWeaponConfig().getWeaponConfigData(e.getWeaponTitle());
Expand All @@ -33,5 +33,5 @@ public void onShoot(WeaponShootEvent e){
}
}
}

*/
}

0 comments on commit 8b23c9a

Please sign in to comment.