Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 5324f77

Browse files
committed
whoops lol
1 parent 9da51be commit 5324f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Base.rte/Devices/Tools/Constructor/ConstructorCollect.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function Create(self)
44

55
self.ToSettle = false;
66
if self.Sharpness ~= rte.NoMOID then
7-
local mo = MovableMan:GetMOFromID(i);
7+
local mo = MovableMan:GetMOFromID(self.Sharpness);
88
if mo then
99
self.target = mo;
1010
self.Sharpness = 0;

Base.rte/Devices/Tools/Constructor/ConstructorCollectGold.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function Create(self)
66

77
self.ToSettle = false;
88
if self.Sharpness ~= rte.NoMOID then
9-
local mo = MovableMan:GetMOFromID(i);
9+
local mo = MovableMan:GetMOFromID(self.Sharpness);
1010
if mo then
1111
self.target = mo;
1212
self.Sharpness = 0;

0 commit comments

Comments
 (0)