Skip to content

Commit fc434b7

Browse files
arthurkehrwaldfreezy
authored andcommitted
Fix compilation error
1 parent 921f2cf commit fc434b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

VisualPinball.Engine.Mpf.Unity/Runtime/MpfGamelogicEngine.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@ public void OnInit(Player player, TableApi tableApi, BallManager ballManager)
106106
{
107107
_player = player;
108108
_api = new MpfApi(MachineFolder);
109-
_api.Launch(new MpfConsoleOptions {
110-
ShowLogInsteadOfConsole = false,
111-
VerboseLogging = true,
112-
UseMediaController = true,
113-
});
109+
_api.Launch(ConsoleOptions);
114110

115111
_api.Client.OnEnableCoil += OnEnableCoil;
116112
_api.Client.OnDisableCoil += OnDisableCoil;

0 commit comments

Comments
 (0)