]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/player.qc
Don't show console message twice if buff timed out
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / player.qc
index d70717ac5e983eeff9690ee6200a51662e638ca0..c0960125597e93d76cf17a8e60e05cf2a5cc52f8 100644 (file)
@@ -1549,13 +1549,10 @@ LABEL(end)
 }
 
 #if defined(SVQC)
-void SV_PlayerPhysics()
+void SV_PlayerPhysics(entity this)
 #elif defined(CSQC)
 void CSQC_ClientMovement_PlayerMove_Frame(entity this)
 #endif
 {
-#ifdef SVQC
-       ENGINE_EVENT();
-#endif
        PM_Main(this);
 }