Core: Rename the missed slot_seeds. (#1432)
* Rename the missed slot_seeds. * Fixed a threaded context random error.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user