Skip to content

Commit

Permalink
Enable renewals of player/manager contract.
Browse files Browse the repository at this point in the history
  • Loading branch information
leguims committed Apr 18, 2018
1 parent e2dae1a commit f8b0178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PS4Macro.PES2018Lite/MyClub/Match/AcceptNewContract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public override void OnMatched(ScriptBase script)

Log.LogMessage(Name, "Start");
// List of player to renew
script.Press(new DualShockState() { DPad_Right = false });
script.Press(new DualShockState() { DPad_Right = true });
script.Press(new DualShockState() { Circle = true });
Log.LogMessage(Name, "Accept to renew players/Manager");

Expand Down

0 comments on commit f8b0178

Please sign in to comment.