Move setting of `MultiWorld.is_race` to `MultiWorld.secure`.
This commit is contained in:
parent
bfad85223b
commit
b809d76b79
|
@ -151,6 +151,7 @@ class MultiWorld():
|
|||
|
||||
def secure(self):
|
||||
self.random = secrets.SystemRandom()
|
||||
self.is_race = True
|
||||
|
||||
@functools.cached_property
|
||||
def player_ids(self):
|
||||
|
|
Loading…
Reference in New Issue