Core: Rename the missed slot_seeds. (#1432)

* Rename the missed slot_seeds.

* Fixed a threaded context random error.
This commit is contained in:
CaitSith2
2023-02-03 10:39:18 -08:00
committed by GitHub
parent 0817305d5b
commit 555a0da46d
4 changed files with 12 additions and 12 deletions

View File

@@ -229,7 +229,7 @@ class World(metaclass=AutoWorldRegister):
def generate_output(self, output_directory: str) -> None:
"""This method gets called from a threadpool, do not use world.random here.
If you need any last-second randomization, use MultiWorld.slot_seeds[slot] instead."""
If you need any last-second randomization, use MultiWorld.per_slot_randoms[slot] instead."""
pass
def fill_slot_data(self) -> Dict[str, Any]: # json of WebHostLib.models.Slot