Fixed bugged bodies after meetings. They are now removed for everyone, not just the host.
The function now calls CustomRPC.RemoveAllBodies to apply the removal across the server, not just the local host.
I 100% recommend testing this. I have confirmed it works locally, by manually calling the function. Though having an actual bugged body was not replicable.
Fixed bugged bodies after meetings. They are now removed for everyone, not just the host. The function now calls
CustomRPC.RemoveAllBodies
to apply the removal across the server, not just the local host.I 100% recommend testing this. I have confirmed it works locally, by manually calling the function. Though having an actual bugged body was not replicable.