mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix disabled reference frames not being disabled AGAIN (#873)
## Bug fixes - Fix disabled reference frames not being disabled (I swear I've done this 3 times now)
This commit is contained in:
commit
5e237d5521
@ -13,7 +13,7 @@ namespace NewHorizons.Builder.General
|
|||||||
// We can't not build a reference frame volume, Cloak requires one to be there
|
// We can't not build a reference frame volume, Cloak requires one to be there
|
||||||
module.maxTargetDistance = 0f;
|
module.maxTargetDistance = 0f;
|
||||||
module.targetWhenClose = true;
|
module.targetWhenClose = true;
|
||||||
module.targetColliderRadius = 0f;
|
module.targetColliderRadius = 0.001f;
|
||||||
module.hideInMap = true;
|
module.hideInMap = true;
|
||||||
owrb.SetIsTargetable(false);
|
owrb.SetIsTargetable(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user