meetric1 / gmod-infinite-map

GNU General Public License v3.0
179 stars 30 forks source link

Gravity gun can punt ground. #117

Closed TheVogels closed 1 year ago

TheVogels commented 1 year ago

The item "weapon_physcannon" can punt the ground.

I'm not sure if this is just a weird entity in the flatgrass map.

It's a entity.

Bonyoze commented 1 year ago

should be a simple fix:

function ENT:GravGunPunt()
    return false
end
TheVogels commented 1 year ago

I just realized that is just a bugged entity in the map.