mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-08-31 21:39:27 +00:00
[YouAreMyPropNowWeAreHavingSoftTacosLater] fix for relative sync
Some checks failed
Update Mod List / update-modlist (push) Has been cancelled
Some checks failed
Update Mod List / update-modlist (push) Has been cancelled
This commit is contained in:
parent
47b69dfbc7
commit
ece15e0dfc
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ public class YouAreMyPropNowWeAreHavingSoftTacosLaterMod : MelonMod
|
|||
// Apply new prop data to the spawnable
|
||||
newPropData.Spawnable = originalPropData.Spawnable;
|
||||
newPropData.Wrapper = originalPropData.Wrapper;
|
||||
newPropData.Wrapper.BroadcastMessage("OnHavingSoftTacosNow", SendMessageOptions.DontRequireReceiver); // support with RelativeSync
|
||||
newPropData.Wrapper.name = $"p+{newPropData.ObjectId}~{newPropData.InstanceId}";
|
||||
|
||||
// Copy sync values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue