mirror of
https://github.com/LDDestroier/CC/
synced 2024-12-04 07:19:56 +00:00
Fixed skynet URL
This commit is contained in:
parent
d025b92bf1
commit
b51b9980c9
@ -64,7 +64,7 @@ local game = {
|
||||
modem = peripheral.find("modem"), -- modem transmit object
|
||||
useSkynet = false, -- if true, uses Skynet instead of modems
|
||||
skynet = nil, -- skynet transmit object
|
||||
skynetURL = "https://github.com/LDDestroier/CC/raw/master/API/skynet.lua", -- exactly what it looks like
|
||||
skynetURL = "https://raw.githubusercontent.com/osmarks/skynet/master/client.lua", -- exactly what it looks like
|
||||
skynetPath = "/skynet.lua" -- location for Skynet API
|
||||
},
|
||||
timers = {},
|
||||
|
Loading…
Reference in New Issue
Block a user