fix: GateTravel sends you to the origin map (#1924)

This commit is contained in:
Reetus 2024-08-12 23:27:23 +07:00 committed by GitHub
parent 03a6edad45
commit 29265c2fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,7 +184,7 @@ public partial class GateTravelMoongate : Moongate
}
var target = LinkedGate.Location;
var targetMap = LinkedGate.TargetMap;
var targetMap = LinkedGate.Map;
// TODO: Add boat permissions
// BaseBoat boat = BaseBoat.FindBoatAt(target, targetMap);