mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-10 01:10:30 +00:00
parent
ad97b2922b
commit
9eead7a0ec
@ -50,7 +50,7 @@ elseif cmd == "play" then
|
||||
print("Downloading...")
|
||||
handle, err = http.get(file)
|
||||
else
|
||||
handle, err = fs.open(file, "r")
|
||||
handle, err = fs.open(shell.resolve(file), "r")
|
||||
end
|
||||
|
||||
if not handle then
|
||||
|
Loading…
Reference in New Issue
Block a user