Refactor and fix #56

This commit is contained in:
Evil Factory
2022-04-15 19:05:24 -03:00
parent d71a06a465
commit b7395bedea
35 changed files with 144 additions and 97 deletions
@@ -74,7 +74,7 @@ namespace Barotrauma.Items.Components
#if SERVER
get
{
if(GameMain.LuaCs.game.allowWifiChat) return true;
if(GameMain.LuaCs.Game.allowWifiChat) return true;
return linkToChat;
}