Merge pull request #5 from Kingdaro/master

made things more "require friendly"
This commit is contained in:
Max 2015-02-06 23:21:46 +04:00
commit f0252bfc61
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
local md5 = require "md5"
local http = require "socket.http"
local folder = (...):gsub('%.init$', '')
local md5 = require(folder .. ".md5" )
local http = require("socket.http")
local GJ = {
gameID, gameKey,