diff --git a/vMenu/CommonFunctions.cs b/vMenu/CommonFunctions.cs index da08ad14..1816c185 100644 --- a/vMenu/CommonFunctions.cs +++ b/vMenu/CommonFunctions.cs @@ -169,7 +169,7 @@ public void DriveWander() /// /// Quit the current network session, but leaves you connected to the server so addons/resources are still streamed. /// - private void QuitSession() + public void QuitSession() { NetworkSessionEnd(true, true); } @@ -177,7 +177,7 @@ private void QuitSession() /// /// Quit the game after 5 seconds. /// - private async void QuitGame() + public async void QuitGame() { Notify.Info("The game will exit in 5 seconds.", true, true); Debug.WriteLine("Game will be terminated in 5 seconds, because the player used the Quit Game option in vMenu.");