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