From 093fb12d0b0596cfde755b543a20d21496a4b7ce Mon Sep 17 00:00:00 2001 From: juanjp600 Date: Mon, 8 Jan 2018 18:47:55 -0300 Subject: [PATCH] Fixed typo How'd I even do this --- Barotrauma/BarotraumaServer/Source/GameMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaServer/Source/GameMain.cs b/Barotrauma/BarotraumaServer/Source/GameMain.cs index ab24be3ef..b376cc3dd 100644 --- a/Barotrauma/BarotraumaServer/Source/GameMain.cs +++ b/Barotrauma/BarotraumaServer/Source/GameMain.cs @@ -177,7 +177,7 @@ namespace Barotrauma } } - public CoroutineHandle ShowLoadings(IEnumerable loader, bool waitKeyHit = true) + public CoroutineHandle ShowLoading(IEnumerable loader, bool waitKeyHit = true) { return CoroutineManager.StartCoroutine(loader); }