mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Move setting of MultiWorld.is_race
to MultiWorld.secure
.
This commit is contained in:

committed by
Fabian Dill

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):
|
||||
|
Reference in New Issue
Block a user