forked from github/server
fi -> end
This commit is contained in:
parent
c3e4e828a8
commit
45fad69789
|
@ -66,7 +66,7 @@ function process(orders)
|
||||||
if nmrs >= 60 then
|
if nmrs >= 60 then
|
||||||
print("Shit. More than 60 factions with 1 NMR (" .. nmrs .. ")")
|
print("Shit. More than 60 factions with 1 NMR (" .. nmrs .. ")")
|
||||||
return -1
|
return -1
|
||||||
fi
|
end
|
||||||
print (nmrs .. " Factions with 1 NMR")
|
print (nmrs .. " Factions with 1 NMR")
|
||||||
run_scripts()
|
run_scripts()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue