Advertisement
ExoSceleton

TCCAIC_startup_server

Feb 25th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. --= Main Server =--
  2.  
  3.  
  4.  
  5. shell.run("update server")
  6.  
  7. dofile("rom/game/utils")
  8.  
  9. os.c()
  10. io.write("Main Server "..versions.TCCAIC.."."..versions.Server.."\n",colors.yellow)
  11. --shell.run("run map_1 a b c d")
  12.  
  13. local net = peripheral.wrap("top")
  14. rednet.open("top")
  15.  
  16. if not fs.exists(folder.root) then
  17.   fs.makeDir(folder.root)
  18. end
  19.  
  20. shell.openTab("serverLog")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement