forked from github/server
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
cf2e7695e5
|
@ -1,6 +1,6 @@
|
||||||
function nmr_check(maxnmrs)
|
function nmr_check(maxnmrs)
|
||||||
local nmrs = get_nmrs(1)
|
local nmrs = get_nmrs(1)
|
||||||
if nmrs >= maxnmrs then
|
if nmrs > maxnmrs then
|
||||||
eressea.log.error("Shit. More than " .. maxnmrs .. " factions with 1 NMR (" .. nmrs .. ")")
|
eressea.log.error("Shit. More than " .. maxnmrs .. " factions with 1 NMR (" .. nmrs .. ")")
|
||||||
write_summary()
|
write_summary()
|
||||||
return -1
|
return -1
|
||||||
|
|
Loading…
Reference in New Issue