Skip to content

Commit

Permalink
3.1.9 - Fix more bugs causing failed sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner28 committed Nov 24, 2023
1 parent f963a5e commit 81bc164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public void _SendQueue()
_dataQueue.Clear();

_lastSendTime = Time.realtimeSinceStartup;

if (!Networking.IsOwner(gameObject)) Networking.SetOwner(Networking.LocalPlayer, gameObject);
RequestSerialization();
SendCustomEventDelayedSeconds(nameof(_SendQueue), 0.33f);
}
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.miner28.networkedeventcaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.miner28.networked-event-caller",
"version": "3.1.8",
"version": "3.1.9",
"displayName": "NetworkedEventCaller",
"description": "A UdonSharp preafab that allows you to call events on other UdonBehaviours across the network with support for parameters.",
"author": {
Expand Down

0 comments on commit 81bc164

Please sign in to comment.