1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 00:36:41 +00:00

[Server] Update log message related to server password

This commit is contained in:
David Cernat 2019-11-09 08:46:56 +02:00
parent 20d1e7654c
commit 383d6ecea6

View file

@ -118,7 +118,7 @@ void Networking::processSystemPacket(RakNet::Packet *packet)
if (isPassworded())
{
LOG_MESSAGE_SIMPLE(TimedLog::LOG_WARN, "Wrong server password %s used by client at %s",
player->serverPassword.c_str(), packet->systemAddress.ToString());
baseSystem.serverPassword.c_str(), packet->systemAddress.ToString());
kickPlayer(player->guid);
return;
}