X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_porto.qc;h=790bcd124c588deff469d8d258bed5b919009d3e;hb=02a0bd5bf9eefad8c97b93c8a1c2ea47b3c1f553;hp=f95e554b0e9799d78a52108ca39e72f2c7dde053;hpb=dbcdd58814a7281aef637c8c07a02242331c4c86;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/w_porto.qc b/qcsrc/server/w_porto.qc index f95e554b0..790bcd124 100644 --- a/qcsrc/server/w_porto.qc +++ b/qcsrc/server/w_porto.qc @@ -375,10 +375,6 @@ float w_porto(float req) { // nothing to do } - else if (req == WR_SUICIDEMESSAGE) - w_deathtypestring = _("%s did the impossible"); - else if (req == WR_KILLMESSAGE) - w_deathtypestring = _("%s felt %s doing the impossible to him"); return TRUE; } #endif