change define name

This commit is contained in:
NOTPIES
2026-03-08 22:19:39 -03:00
parent 6e2afbde93
commit 09000cc4a1
7 changed files with 14 additions and 14 deletions

View File

@@ -236,7 +236,7 @@ void PlayerList::placeNewPlayer(Connection *connection, shared_ptr<ServerPlayer>
//server->players->broadcastAll( shared_ptr<ChatPacket>( new ChatPacket(L"<22>e" + playerEntity->name + L" joined the game.") ) );
broadcastAll( shared_ptr<ChatPacket>( new ChatPacket(player->name, ChatPacket::e_ChatPlayerJoinedGame) ) );
#ifdef _DEDICATED_SERVER
#ifdef WITH_SERVER_CODE
app.DebugPrintf("%ls joined the game", player->name.c_str());
#endif