X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcl_physics.qc;h=66dc32fcce2593eb3f570309679bcddc25303d9d;hb=b891d3eb4c52c10469fdaf16461ff41493e80646;hp=4c2280099dc2f0b08e5e86de9466c898c733913b;hpb=06fc7068ee7c4795ad7b8dd6150ebf3481a10485;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/cl_physics.qc b/qcsrc/server/cl_physics.qc index 4c2280099..66dc32fcc 100644 --- a/qcsrc/server/cl_physics.qc +++ b/qcsrc/server/cl_physics.qc @@ -593,6 +593,8 @@ void SV_PlayerPhysics() float not_allowed_to_move; string c; + MUTATOR_CALLHOOK(PlayerPhysics); + if(self.PlayerPhysplug) if(self.PlayerPhysplug()) return;