* Remove some useless LogMsgs

This commit is contained in:
iProgramInCpp
2023-08-01 13:21:10 +03:00
parent 9eb809f1b5
commit d8cdbe4913
3 changed files with 1 additions and 6 deletions

View File

@@ -330,7 +330,6 @@ void Player::startCrafting(int x, int y, int z)
void Player::swing()
{
LogMsg("Swing!");
field_BA8 = -1;
field_BA4 = true;
}