Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bhallionOhbibi committed May 14, 2020
1 parent cf8074a commit 9ae7eb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class GPGSUpgrader
/// </summary>
static GPGSUpgrader()
{
if (EditorApplication.isPlayingOrWillChangePlaymode)
return;
if (EditorApplication.isPlayingOrWillChangePlaymode)
return;
Debug.Log("GPGSUpgrader start");
string initialVer = GPGSProjectSettings.Instance.Get(GPGSUtil.LASTUPGRADEKEY, "00000");
if (!initialVer.Equals(PluginVersion.VersionKey))
Expand Down

0 comments on commit 9ae7eb0

Please sign in to comment.