Not able to prevent hitch with OnHorseHitch hookFixed
Hello, hook OnHorseHitch placed in method SetHitch of RidableHorse
but it calling after set occupied horse in hitch:
hitch.SetOccupiedBy(horse);
horse.SetHitch(this);
and if OnHorseHitch return not null then hitch's spot will be ocuupied anyway
Fixed for the upcoming build.
Locked automatically