Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protectedChunks = {}
- function ServeProtectedChunks()
- rednet.open("top")
- while true do
- sender,message,distance = rednet.receive("V_RPC")
- rednet.send(sender, textutils.serialise(protectedChunks), "V_PC")
- print("Served PChunk request")
- end
- end
- ServeProtectedChunks()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement