Session tokens control player options for create / login
This commit is contained in:
@ -52,9 +52,9 @@ local map = {
|
||||
end
|
||||
end
|
||||
end,
|
||||
mapExists = function(self, map)
|
||||
local f = map:select("limit 1")
|
||||
if not f[1] then
|
||||
mapExists = function(self, map, game)
|
||||
local f = map:find({game_ref = game})
|
||||
if not f then
|
||||
return false
|
||||
else
|
||||
return true
|
||||
|
Reference in New Issue
Block a user