mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Fix various cases of double-escaped error messages
This commit is contained in:
parent
29b7aea38b
commit
e5a5d5a672
7 changed files with 18 additions and 18 deletions
|
@ -52,7 +52,7 @@ local function reset()
|
|||
function core.get_gamepath()
|
||||
return games_dir
|
||||
end
|
||||
function env.fgettext(fmt, ...)
|
||||
function env.fgettext_ne(fmt, ...)
|
||||
return fmt
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue