Skip to content
Snippets Groups Projects
Commit d55d250a authored by dg's avatar dg
Browse files

sockets

git-svn-id: http://svn.net-core.org/repos/t-engine4@161 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5ba2175f
No related branches found
No related tags found
Loading
......@@ -2,6 +2,7 @@ name = "T.o.M.E"
long_name = "Tales of Middle Earth: The Fourth Age"
short_name = "tome"
author = { "DarkGod", "darkgod@t-o-m-e.net" }
homepage = "http://tome.te4.org/"
description = [[
Morgoth is banned in the Void, Sauron has been vanquished, the #ff0000#One Ring#ffffff# destroyed.
The nations of Men, Dwarves, Elves and Hobbits are freed from the tyranny of the Rings.
......@@ -30,4 +31,5 @@ old places, venture into the unknown for wealth and glory.
But beware, the eastern troubles could be yours all too soon...
]]
version = {4,0,0}
engine = {1,0,0}
starter = "mod.load"
......@@ -5,7 +5,6 @@ local socket = require("socket")
module("socketed")
if not socket.connect then
print("First Socket require")
dofile("/socket.lua")
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment