Advertisement
BasketMC

ComputerCraft: Master Control Daemon

Dec 7th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. os.loadAPI("apis/MasterControl")
  2.  
  3. MasterControl.init()
  4.  
  5. while true do
  6.  
  7.     MasterControl.processRequest()
  8.  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement