From d561805010f7cbc8cbef4b8c51d4aaf8482e4c12 Mon Sep 17 00:00:00 2001 From: juanjp600 Date: Tue, 30 Aug 2016 21:35:05 -0300 Subject: [PATCH] More netcode cleanup how much more is there :/ --- Subsurface/Source/Screens/NetLobbyVoting.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Subsurface/Source/Screens/NetLobbyVoting.cs b/Subsurface/Source/Screens/NetLobbyVoting.cs index e93fcf184..9643ace23 100644 --- a/Subsurface/Source/Screens/NetLobbyVoting.cs +++ b/Subsurface/Source/Screens/NetLobbyVoting.cs @@ -107,9 +107,9 @@ namespace Barotrauma if (GameMain.Server != null) { - /*GameMain.Server.SendChatMessage( + GameMain.Server.SendChatMessage( ChatMessage.Create("", sender.name + " has voted to kick " + kicked.name, ChatMessageType.Server, null), - GameMain.Server.ConnectedClients);*/ + GameMain.Server.ConnectedClients); } break;