This commit is contained in:
Fesiug 2023-11-12 21:56:21 -05:00
parent 90bcbe3b5c
commit 3a56ce62e6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ hook.Add( "Move", "Benny_Move", function( ply, mv )
if CLIENT then vaultsave = true end if CLIENT then vaultsave = true end
if mv:KeyDown( IN_JUMP ) then if mv:KeyDown( IN_JUMP ) then
mv:SetOrigin( epic ) mv:SetOrigin( epic )
mv:SetVelocity( Vector( 0, 0, -100 ) ) mv:SetVelocity( Vector( 0, 0, 0 ) )
ply:SetVaultDebuff( 1 ) ply:SetVaultDebuff( 1 )
end end
end end