Title sais everything. I had jumping disabled in my playercontroler so I just added
to my code but doublejump is still available o_O Why?
Code:
if ( bPressedJump ) { Pawn.DoJump( bUpdating ); bDoubleJump = false; }
Comment