This commit is contained in:
ineed bots
2023-12-11 17:13:49 -06:00
parent 23b4531bf6
commit efa67b1421
3 changed files with 4 additions and 14 deletions

View File

@@ -736,16 +736,6 @@ isWeaponDroppable( weap )
return ( maps\mp\gametypes\_weapons::mayDropWeapon( weap ) );
}
/*
Returns the height the viewpos is above the origin
*/
getEyeHeight()
{
myEye = self getEye();
return myEye[2] - self.origin[2];
}
/*
Does a notify after a delay
*/