fix incorrect name in log

This commit is contained in:
2022-08-14 13:18:09 -04:00
parent 0000cd114c
commit e7fb9dff03

View File

@@ -96,7 +96,7 @@ void Player::_ready()
} }
else else
{ {
WARN_PRINT("Data not found!"); WARN_PRINT("Monitor not found!");
} }
} }