Make this error a warning instead, Eternath is over.

Disable Eternath in E2.
This commit is contained in:
Enno Rehling 2016-01-24 11:06:26 +01:00
parent c2e837e826
commit b6b452c77b
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@ return {
require('eressea.xmasitems'), require('eressea.xmasitems'),
require('eressea.wedding'), require('eressea.wedding'),
require('eressea.embassy'), require('eressea.embassy'),
require('eressea.eternath'),
require('eressea.tunnels'), require('eressea.tunnels'),
require('eressea.ponnuki'), require('eressea.ponnuki'),
require('eressea.astral'), require('eressea.astral'),

View File

@ -14,7 +14,7 @@ function eternathgate_action(b)
elseif b2 == nil then elseif b2 == nil then
b2 = b b2 = b
else else
eressea.log.error("data contains more than two Ethernath gates") eressea.log.warning("data contains more than two Eternath gates")
end end
return 1 return 1
end end
@ -30,7 +30,7 @@ function eternath.update()
gates.travel(b2, units1) gates.travel(b2, units1)
gates.travel(b1, units2) gates.travel(b1, units2)
else else
eressea.log.error("data contains fewer than two Ethernath gates") eressea.log.warning("data contains fewer than two Eternath gates")
end end
end end