From 21870d004b2b1e02e2e4bacad189a442f2da9131 Mon Sep 17 00:00:00 2001 From: tritonas00 Date: Mon, 8 Feb 2021 06:11:08 +0200 Subject: [PATCH] correct space order --- source/main/network/Network.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/main/network/Network.cpp b/source/main/network/Network.cpp index 8a827657d8..15f927cdd0 100644 --- a/source/main/network/Network.cpp +++ b/source/main/network/Network.cpp @@ -339,9 +339,9 @@ void Network::RecvThread() Str<300> text; if (user_info.authstatus != 0) // Show nothing for guests (no special authorization) { - text << "(" << UserAuthToStringShort(user_info) << ")"; + text << "(" << UserAuthToStringShort(user_info) << ") "; } - text << _L(" joined the game"); + text << _L("joined the game"); // NB: Console is threadsafe App::GetConsole()->putNetMessage(