Merge pull request #5 from Kingdaro/master
made things more "require friendly"
This commit is contained in:
commit
f0252bfc61
@ -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,
|
Reference in New Issue
Block a user