X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Fcts%2Fsv_cts.qc;fp=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Fcts%2Fsv_cts.qc;h=56de4a90cf86d9912b532331bfb7ce622996b2e8;hb=15585913a7e3eb6bd1ec6fce51c8dca0f61ce672;hp=3e7c4159cf257baa0f6dbb411e2b337ca30a89e5;hpb=09863d6d67bf29444a834a8b585b3cb212ede8d5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/gamemodes/gamemode/cts/sv_cts.qc b/qcsrc/common/gamemodes/gamemode/cts/sv_cts.qc index 3e7c4159c..56de4a90c 100644 --- a/qcsrc/common/gamemodes/gamemode/cts/sv_cts.qc +++ b/qcsrc/common/gamemodes/gamemode/cts/sv_cts.qc @@ -237,9 +237,7 @@ MUTATOR_HOOKFUNCTION(cts, PutClientInServer) MUTATOR_HOOKFUNCTION(cts, PlayerDamaged) { - int frag_deathtype = M_ARGV(5, int); - if (frag_deathtype == DEATH_KILL.m_id) - return true; // forbid logging damage + return true; // forbid logging damage } MUTATOR_HOOKFUNCTION(cts, PlayerDies)