mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 15:07:28 +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");
|
GameMessages::SendPlayAnimation(self, u"roll-die-6");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
Game::logger->Log("LegoDieRoll", "Invalid animation: roll-die-%i\n", dieRoll);
|
Game::logger->LogDebug("LegoDieRoll", "Invalid animation: roll-die-%i\n", dieRoll);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user