mirror of
https://github.com/LDDestroier/CC/
synced 2024-11-08 19:09:58 +00:00
Update flicker.lua
This commit is contained in:
parent
e432841fcb
commit
a9e8060cb7
@ -2,7 +2,7 @@ if not fs.exists("windont.lua") then
|
||||
print("'windont.lua' not found! Downloading...")
|
||||
local net = http.get("https://github.com/LDDestroier/CC/raw/master/windont/windont.lua")
|
||||
if net then
|
||||
local file = fs.open("windont.lua")
|
||||
local file = fs.open("windont.lua", "w")
|
||||
file.write(net.readAll())
|
||||
file.close()
|
||||
net.close()
|
||||
|
Loading…
Reference in New Issue
Block a user