Skip to content

Commit

Permalink
Update kks process name
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Aug 27, 2021
1 parent 0270413 commit 1c7aefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KKSAPI/KoikatuAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public partial class KoikatuAPI : BaseUnityPlugin
/// The game process name for use with <see cref="BepInProcess"/> attributes.
/// This is for the jp release. In almost all cases should be used together with the steam version.
/// </summary>
public const string GameProcessName = "KoikatsuSunshineTrial";
public const string GameProcessName = "KoikatsuSunshine";

private void Awake()
{
Expand Down

0 comments on commit 1c7aefc

Please sign in to comment.