diff --git a/src/p_inter.c b/src/p_inter.c
index 189cbcea73cd4046e44197a7fc28a2b0cdd30481..415c679e4922b1d55920bc5f937c39fee1927e30 100644
--- a/src/p_inter.c
+++ b/src/p_inter.c
@@ -1641,9 +1641,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
 				// Can't jump first frame
 				player->pflags |= PF_JUMPSTASIS;
 
-				// Disable interaction with ground
-				player->mo->flags |= MF_NOCLIPHEIGHT;
-
 				return;
 			}
 		case MT_EGGMOBILE2_POGO: