diff options
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/playerrecv.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/playerrecv.cpp b/src/net/eathena/playerrecv.cpp index 8ceefa350..eb958a764 100644 --- a/src/net/eathena/playerrecv.cpp +++ b/src/net/eathena/playerrecv.cpp @@ -438,9 +438,9 @@ void PlayerRecv::processKilledBy(Net::MessageIn &msg) const Being *const dstBeing = actorManager->findBeing(id); if (id == BeingId_zero) { - debugMsg(strprintf( + debugMsg( // TRANSLATORS: player killed message - _("You were killed by unknown source."))); + _("You were killed by unknown source.")); } else { |