Skip to content

Commit 6ccf9a0

Browse files
JohannesLootkirre-bylund
authored andcommitted
Update Samples~/LootLockerExamples/Scripts/PlayerFiles.cs
Co-authored-by: Erik Bylund <kirre-bylund@users.noreply.github.com>
1 parent 1cda7bb commit 6ccf9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples~/LootLockerExamples/Scripts/PlayerFiles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void GetPlayerFiles()
7777
public void GetPlayerFileContent()
7878
{
7979
// You get the URL of the file from LootLocker
80-
// You need to download the fl yourself from LootLocker.
80+
// You need to download the file yourself from LootLocker.
8181
// You can use the IEnumerator Download() method below
8282
LootLockerSDKManager.GetPlayerFile(int.Parse(fileIdDownloadInput.text), (response) =>
8383
{

0 commit comments

Comments
 (0)