[Logging] Little style changes
This commit is contained in:
parent
39167dc3e0
commit
ddac387832
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ function VMFMod:echo(message, ...)
|
|||
log_message(self, "echo", message, ...)
|
||||
end
|
||||
end
|
||||
function VMFMod:echo_localized(message, ...)
|
||||
function VMFMod:echo_localized(localization_id, ...)
|
||||
if _logging_settings.echo.enabled then
|
||||
log_message(self, "echo", self:localize(message, ...))
|
||||
log_message(self, "echo", self:localize(localization_id, ...))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue