mirror of
https://github.com/kepler155c/opus
synced 2025-11-09 12:03:02 +00:00
fix lua path, mwm, cleanup injector
This commit is contained in:
@@ -8,6 +8,10 @@ if not args[1] then
|
||||
error('Syntax: cedit <filename>')
|
||||
end
|
||||
|
||||
if not _G.http.websocket then
|
||||
error('Requires CC: Tweaked')
|
||||
end
|
||||
|
||||
if not _G.cloud_catcher then
|
||||
print('Paste key: ')
|
||||
local key = read()
|
||||
|
||||
Reference in New Issue
Block a user