File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ function initNoTeleport()
2727 FerryHotspot .getBeVisited = Utils .overwrittenFunction (FerryHotspot .getBeVisited , NoTeleport .disableFunction )
2828 Enterable .getIsEnterableFromMenu = Utils .overwrittenFunction (Enterable .getIsEnterableFromMenu , NoTeleport .disableFunction )
2929 FSBaseMission .loadMapFinished = Utils .appendedFunction (FSBaseMission .loadMapFinished , NoTeleport .loadMapFinished )
30-
31- -- Disable teleport to fields the "Holzhammer" way
32- Player .teleportTo = Utils .overwrittenFunction (Player .teleportTo , NoTeleport .disableFunction )
33- Player .teleportToNPC = Utils .overwrittenFunction (Player .teleportToNPC , NoTeleport .disableFunction )
3430end
3531
3632-- Load as early as possible to override the "Enterable" methods
You can’t perform that action at this time.
0 commit comments