Remove useless GetSentientOwner()

This commit is contained in:
smallmodel 2024-10-24 21:08:44 +02:00
parent 8fe87e1067
commit 976e2ae022
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -340,7 +340,6 @@ void VehicleTurretGun::Think(void)
UpdateSound();
UpdateFireControl();
sentOwner = GetSentientOwner();
if (sentOwner) {
G_TouchTriggers(sentOwner);
UpdateOwner(sentOwner);