Skip to content

Commit 5062ab9

Browse files
committed
Fix compilation errors
1 parent 80eec6c commit 5062ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Assets/Scripts/Licensing/KeyLicenseValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private string GetAndDeleteCachedKeySecret(string key)
2020
{
2121
string keySecret = PlayerPrefs.GetString("PatchKit-" + key + "-KeySecret", null);
2222
PlayerPrefs.DeleteKey("PatchKit-" + key + "-KeySecret");
23-
return keySecret
23+
return keySecret;
2424
}
2525

2626
private void SaveCachedKeySecret(string key, string keySecret)

0 commit comments

Comments
 (0)