forked from github/server
indentation
This commit is contained in:
parent
2783d54f8d
commit
c69972100e
|
@ -16,7 +16,7 @@ function open_game(turn)
|
||||||
return eressea.read_game(file .. ".dat")
|
return eressea.read_game(file .. ".dat")
|
||||||
end
|
end
|
||||||
|
|
||||||
function callbacks(rules, name, ...)
|
local function callbacks(rules, name, ...)
|
||||||
for k, v in pairs(rules) do
|
for k, v in pairs(rules) do
|
||||||
if 'table' == type(v) then
|
if 'table' == type(v) then
|
||||||
cb = v[name]
|
cb = v[name]
|
||||||
|
|
Loading…
Reference in New Issue