mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-31 11:19:11 +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...")
|
print("'windont.lua' not found! Downloading...")
|
||||||
local net = http.get("https://github.com/LDDestroier/CC/raw/master/windont/windont.lua")
|
local net = http.get("https://github.com/LDDestroier/CC/raw/master/windont/windont.lua")
|
||||||
if net then
|
if net then
|
||||||
local file = fs.open("windont.lua")
|
local file = fs.open("windont.lua", "w")
|
||||||
file.write(net.readAll())
|
file.write(net.readAll())
|
||||||
file.close()
|
file.close()
|
||||||
net.close()
|
net.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user