X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_hook.qc;h=695ac381fe55afcaeb750f2890e313addb6ef915;hb=f61e7aa7d81801acded137266cf29742babdd643;hp=8a93b0da2fc06f66ee0b69908b594ccef71e73ae;hpb=3846c9bd40c2b3c1aa220c1eeef9198b1912aab4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/w_hook.qc b/qcsrc/server/w_hook.qc index 8a93b0da2..695ac381f 100644 --- a/qcsrc/server/w_hook.qc +++ b/qcsrc/server/w_hook.qc @@ -265,7 +265,7 @@ float w_hook(float req) self.hook_refire = time; } return TRUE; -}; +} #endif #ifdef CSQC float w_hook(float req) @@ -285,7 +285,7 @@ float w_hook(float req) else if (req == WR_SUICIDEMESSAGE) w_deathtypestring = _("%s did the impossible"); else if (req == WR_KILLMESSAGE) - w_deathtypestring = _("%s has run into %s's gravity bomb"); + w_deathtypestring = _("%s was caught in %s's hook gravity bomb"); return TRUE; } #endif