Fix crash when players kill each other
This commit is contained in:
parent
aaf8801c06
commit
da5b2443f2
3 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ local msgs = {
|
|||
N("@1 has been killed with an arrow."),
|
||||
},
|
||||
["arrow_name"] = {
|
||||
N("@1 was shot by an arrow from %s."),
|
||||
N("@1 was shot by an arrow from @2."),
|
||||
},
|
||||
["drown"] = {
|
||||
N("@1 forgot to breathe."),
|
||||
|
@ -18,7 +18,7 @@ local msgs = {
|
|||
N("@1 ran out of oxygen."),
|
||||
},
|
||||
["murder"] = {
|
||||
N("@1 was killed by %s."),
|
||||
N("@1 was killed by @2."),
|
||||
},
|
||||
["mob_kill"] = {
|
||||
N("@1 was killed by a mob."),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue