Skip to content

Commit 26a1bdb

Browse files
committed
Update RemoteSpy.lua
1 parent a489e69 commit 26a1bdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RemoteSpy.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ if isfile(Directory..FileName..FileType) then
6767
until not isfile(Directory..Name..FileType)
6868

6969
FileName = Name
70-
71-
if WriteToFile then
72-
writefile(Directory..FileName..FileType, "")
73-
end
70+
end
71+
72+
if WriteToFile then
73+
writefile(Directory..FileName..FileType, "")
7474
end
7575

7676
local function ConvertCodepoints(OriginalString) --// cba to rename it

0 commit comments

Comments
 (0)