We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd0e00 commit 6726607Copy full SHA for 6726607
Assets/Dojo/Runtime/SynchronizationMaster.cs
@@ -43,8 +43,6 @@ public async Task<int> SynchronizeEntities()
43
{
44
#if UNITY_WEBGL && !UNITY_EDITOR
45
var entities = await worldManager.toriiClient.Entities(worldManager.dojoConfig.query);
46
- var tokens = await worldManager.toriiClient.Tokens();
47
- var tokenBalances = await worldManager.toriiClient.TokenBalances();
48
#else
49
var entities = await Task.Run(() => worldManager.toriiClient.Entities(worldManager.dojoConfig.query));
50
#endif
0 commit comments