Skip to content

Commit

Permalink
Merge pull request #13 from prestja/revert-11-SHAReleaseFix
Browse files Browse the repository at this point in the history
Revert "Sha hash release building fix"
  • Loading branch information
R-T-B committed Jul 5, 2020
2 parents 2efcdb6 + 66a3b53 commit 75f09cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kopernicus/Injector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Injector : MonoBehaviour

// The checksum of the System.cfg file.
[SuppressMessage("ReSharper", "UnusedMember.Local")]
private const String CONFIG_CHECKSUM = "40fb46640437a7c297a4c0df27d7addc5d2a8f3998a014f6ccb3941fc1949d2b";
private const String CONFIG_CHECKSUM = "73eb1037678bc520a0fe2e89768e0549b36f17a9cac7136af6e3e6b7a0ccf9b9";

// Backup of the old system prefab, in case someone deletes planet templates we need at Runtime (Kittopia)
public static PSystem StockSystemPrefab { get; private set; }
Expand Down

0 comments on commit 75f09cc

Please sign in to comment.