Renamed PickRandom to SelectRandom
This commit is contained in:
@@ -204,7 +204,7 @@ namespace Game
|
||||
}).ToList();
|
||||
|
||||
if (!usableDisplays.Empty())
|
||||
preferredMountDisplay = usableDisplays.PickRandom().DisplayID;
|
||||
preferredMountDisplay = usableDisplays.SelectRandom().DisplayID;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user