mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Fix typo in debug
This commit is contained in:
parent
a9f6ea4d8d
commit
2032bf9cad
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ void Networking::ProcessPlayerPacket(RakNet::Packet *packet)
|
|||
if (target == nullptr)
|
||||
target = player;
|
||||
|
||||
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "Player: %s attaked %s state: %d", player->Npc()->mName.c_str(),
|
||||
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "Player: %s attacked %s state: %d", player->Npc()->mName.c_str(),
|
||||
target->Npc()->mName.c_str(), player->GetAttack()->pressed == 1);
|
||||
if (player->GetAttack()->pressed == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue