Changed main directory to "/disk/DISKNET"

This commit is contained in:
LDDestroier 2019-05-01 20:53:16 -04:00 committed by GitHub
parent 88867ca549
commit bae6be4fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local disknet = {}
local mainPath = "DISKNET"
local mainPath = "disk/DISKNET"
local limitChannelsToModem = false
local openChannels = {}
local yourID = os.getComputerID()