Skip to content

Commit 5260a00

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Fixes after review
1 parent e1d12d7 commit 5260a00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Runtime/Game/Resources/LootLockerConfig.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ static void ListRequestProgress()
101101
if (package.name.Equals("com.lootlocker.lootlockersdk"))
102102
{
103103
LootLockerConfig.current.sdk_version = package.version;
104+
break;
104105
}
105106
}
106107
}
@@ -162,7 +163,8 @@ public static LootLockerConfig current
162163
[HideInInspector]
163164
public int gameID;
164165
public string game_version = "1.0.0.0";
165-
[HideInInspector] public string sdk_version = "";
166+
[HideInInspector]
167+
public string sdk_version = "";
166168
[HideInInspector]
167169
public string deviceID = "defaultPlayerId";
168170

0 commit comments

Comments
 (0)