Dedicated server actually works to some extent
Clients can connect and use chat, the sub list isn't synced properly and there's no way to start a game yet
This commit is contained in:
@@ -497,6 +497,10 @@ namespace Barotrauma
|
||||
if (String.IsNullOrEmpty((msg))) return;
|
||||
|
||||
Messages.Add(new ColoredText(msg, color));
|
||||
#if SERVER
|
||||
//TODO: REMOVE
|
||||
Console.WriteLine(msg);
|
||||
#endif
|
||||
|
||||
if (Messages.Count > MaxMessages)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user