X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fmutator%2Fbreakablehook%2Fbreakablehook.qc;h=3719001a40f9869647fb02946b08c8f962d333d0;hp=3ee077c723257428da29f395ad4d62aaf3ccecc3;hb=6ba37d06b4afe2b08882f5cc5b211441227586b2;hpb=cd82710e25e3b84401bf9b01b0bcd482d612c800 diff --git a/qcsrc/common/mutators/mutator/breakablehook/breakablehook.qc b/qcsrc/common/mutators/mutator/breakablehook/breakablehook.qc index 3ee077c723..3719001a40 100644 --- a/qcsrc/common/mutators/mutator/breakablehook/breakablehook.qc +++ b/qcsrc/common/mutators/mutator/breakablehook/breakablehook.qc @@ -1,6 +1,6 @@ #ifdef IMPLEMENTATION -#include "../../../deathtypes/all.qh" -#include "../../../../server/g_hook.qh" +#include +#include REGISTER_MUTATOR(breakablehook, cvar("g_breakablehook"));