Skip to content

Commit

Permalink
Fix constructor error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron C Robinson committed Oct 19, 2017
1 parent 455b42b commit ae39335
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified Assemblies/NamesGalore.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Source/NamesGalore/Patches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Patcher : GameComponent
private static float curSolidNameProbability = 0.5f;
private static float curNicknameProbability = 0.15f;

public Patcher() { }
public Patcher(Game g) { }

public override void FinalizeInit()
Expand Down

0 comments on commit ae39335

Please sign in to comment.