mirror of
https://github.com/minetest-mods/throwing_arrows.git
synced 2025-06-28 14:36:12 +02:00
Remove log message translation
Aside from typos in the code that caused the mod to crash when the log messages were produced, there seems to be a bug in the way translated strings are displayed in the logs. This requires further investigation, meanwhile, this commit prevents the crash.
This commit is contained in:
@ -23,6 +23,3 @@ Teleport Arrow=
|
||||
Torch Arrow=
|
||||
Build Arrow=
|
||||
Drop Arrow=
|
||||
|
||||
## Warnings
|
||||
[throwing] BUG: node at @1 was not air=
|
||||
|
@ -23,6 +23,3 @@ Teleport Arrow=Flèche de téléportation
|
||||
Torch Arrow=Flèche-torche
|
||||
Build Arrow=Flèche de construction
|
||||
Drop Arrow=Flèche de livraison
|
||||
|
||||
## Warnings
|
||||
[throwing] BUG: node at @1 was not air=[throwing] BUG : le bloc à @1 n’était pas de l’air
|
||||
|
Reference in New Issue
Block a user