mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-23 06:46:11 +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,
|
z: 0.0,
|
||||||
};
|
};
|
||||||
|
|
||||||
if is_fighter(module_accessor) {
|
if false { // is_fighter(module_accessor) {
|
||||||
EffectModule::req_on_joint(
|
EffectModule::req_on_joint(
|
||||||
module_accessor,
|
module_accessor,
|
||||||
Hash40::new("sys_shield"),
|
Hash40::new("sys_shield"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue