]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_physics.qc
- refining the dodging code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_physics.qc
index 4c2280099dc2f0b08e5e86de9466c898c733913b..66dc32fcce2593eb3f570309679bcddc25303d9d 100644 (file)
@@ -593,6 +593,8 @@ void SV_PlayerPhysics()
        float not_allowed_to_move;
        string c;
 
+       MUTATOR_CALLHOOK(PlayerPhysics);
+
     if(self.PlayerPhysplug)
         if(self.PlayerPhysplug())
             return;