diff --git a/scripts/teleport.lua b/scripts/teleport.lua index 80a064d12..ffe798f5d 100644 --- a/scripts/teleport.lua +++ b/scripts/teleport.lua @@ -35,9 +35,8 @@ if args.showunitid or args.showpos then printall(df.global.cursor) end else - local teleportSettings=getArgsTogether(args) local unit = args.unit and df.unit.find(args.unit) or dfhack.gui.getSelectedUnit(true) local pos = not(not args.x or not args.y or not args.z) and {x=args.x,y=args.y,z=args.z} or df.global.cursor teleport(unit,pos) -end \ No newline at end of file +end