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 folder = (...):gsub('%.init$', '')
|
||||||
local http = require "socket.http"
|
local md5 = require(folder .. ".md5" )
|
||||||
|
local http = require("socket.http")
|
||||||
|
|
||||||
local GJ = {
|
local GJ = {
|
||||||
gameID, gameKey,
|
gameID, gameKey,
|
Reference in New Issue
Block a user