forked from github/server
cleanup
This commit is contained in:
parent
29f7128dee
commit
d02be7811a
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ function run_scripts()
|
||||||
"eressea/wedding-jadee.lua",
|
"eressea/wedding-jadee.lua",
|
||||||
"eressea/ponnuki.lua",
|
"eressea/ponnuki.lua",
|
||||||
"eressea/xmas2004.lua",
|
"eressea/xmas2004.lua",
|
||||||
|
"eressea/10years.lua",
|
||||||
"eressea/xmas2005.lua",
|
"eressea/xmas2005.lua",
|
||||||
"eressea/embassy.lua",
|
"eressea/embassy.lua",
|
||||||
"eressea/ents.lua"
|
"eressea/ents.lua"
|
||||||
|
@ -75,6 +76,7 @@ function process(orders)
|
||||||
local nmrs = get_nmrs(1)
|
local nmrs = get_nmrs(1)
|
||||||
if nmrs >= 70 then
|
if nmrs >= 70 then
|
||||||
print("Shit. More than 70 factions with 1 NMR (" .. nmrs .. ")")
|
print("Shit. More than 70 factions with 1 NMR (" .. nmrs .. ")")
|
||||||
|
write_summary()
|
||||||
return -1
|
return -1
|
||||||
end
|
end
|
||||||
print (nmrs .. " Factions with 1 NMR")
|
print (nmrs .. " Factions with 1 NMR")
|
||||||
|
|
Loading…
Reference in a new issue