mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 19:04:16 +00:00
Revert to previous hitbox methods
This commit is contained in:
parent
0540470c55
commit
ee7a485f11
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ pub unsafe fn generate_hitbox_effects(
|
|||
z: 0.0,
|
||||
};
|
||||
|
||||
if is_fighter(module_accessor) {
|
||||
if false { // is_fighter(module_accessor) {
|
||||
EffectModule::req_on_joint(
|
||||
module_accessor,
|
||||
Hash40::new("sys_shield"),
|
||||
|
|
Loading…
Reference in a new issue