Fixed sync issue

This commit is contained in:
2026-01-04 15:47:11 +01:00
parent 06c26eb03e
commit 24b2ea09f1
3 changed files with 1008 additions and 1001 deletions

View File

@@ -146,6 +146,7 @@ public class TestBall : SyncedObject
}
else
{
Debug.Log($"({nameof(TestBall)}) Received up event, jumped up at {GetProgress()} from {amountUp}.");
Jump();
Debug.Log($"({nameof(TestBall)}) Received up event, jumped up at {GetProgress()} to {amountUp}.");
}