diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-29 14:55:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-29 14:55:40 +0300 |
commit | 4c6264db7ad4f0ae8a6c001903b47741abb94d8c (patch) | |
tree | a4e95239130dc4b86d036acd10c95f5fe3b96999 /src/net/eathena | |
parent | f6e76f469a81ff2d9e3714d39d1a8f4012cda2b8 (diff) | |
download | plus-4c6264db7ad4f0ae8a6c001903b47741abb94d8c.tar.gz plus-4c6264db7ad4f0ae8a6c001903b47741abb94d8c.tar.bz2 plus-4c6264db7ad4f0ae8a6c001903b47741abb94d8c.tar.xz plus-4c6264db7ad4f0ae8a6c001903b47741abb94d8c.zip |
Fix code style.
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 { |