diff --git a/Robust.Client/GameController/GameController.cs b/Robust.Client/GameController/GameController.cs index 170de3964..a4f865b4c 100644 --- a/Robust.Client/GameController/GameController.cs +++ b/Robust.Client/GameController/GameController.cs @@ -186,8 +186,7 @@ namespace Robust.Client _loadscr.LoadingStep(() => { // Finish initialization of WebView if loaded. - if (_webViewHook != null) - _loadscr.LoadingStep(_webViewHook.Initialize, _webViewHook); + _webViewHook?.Initialize(); }, "WebView init");