add server base seed
This commit is contained in:
parent
252c157cf0
commit
bdf67a89f7
1 changed files with 3 additions and 0 deletions
|
@ -323,6 +323,9 @@ public final class WorldServer extends AWorldServer {
|
|||
}
|
||||
// ...
|
||||
}
|
||||
else {
|
||||
Log.TICK.info("Startwert für %s: %d" + (Config.seed.isEmpty() ? "" : " von Basiswert '%s'"), this.dimension.getFormattedName(false), this.seed, Config.seed);
|
||||
}
|
||||
if(this.exterminated)
|
||||
this.weather = Weather.CLEAR;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue