mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-12 19:28:21 +00:00
Changed Log statement to debug log
This commit is contained in:
parent
c4dd85be53
commit
337383b6fd
@ -36,7 +36,7 @@ void LegoDieRoll::OnTimerDone(Entity* self, std::string timerName) {
|
||||
GameMessages::SendPlayAnimation(self, u"roll-die-6");
|
||||
break;
|
||||
default:
|
||||
Game::logger->Log("LegoDieRoll", "Invalid animation: roll-die-%i\n", dieRoll);
|
||||
Game::logger->LogDebug("LegoDieRoll", "Invalid animation: roll-die-%i\n", dieRoll);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user