Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Feb 20, 2025
1 parent ab8dfeb commit 89a4d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Dojo/Runtime/WorldManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public class WorldManager : MonoBehaviour
async void Awake()
{
#if UNITY_WEBGL && !UNITY_EDITOR
dsajas
wasmClient = new ToriiWasmClient(dojoConfig.toriiUrl, dojoConfig.rpcUrl,
dojoConfig.relayWebrtcUrl, dojoConfig.worldAddress);
await wasmClient.CreateClient();
Expand Down

0 comments on commit 89a4d0a

Please sign in to comment.