Renamed PickRandom to SelectRandom
This commit is contained in:
@@ -800,7 +800,7 @@ namespace Game.Entities
|
||||
return null;
|
||||
|
||||
// select random
|
||||
return targets.PickRandom();
|
||||
return targets.SelectRandom();
|
||||
}
|
||||
|
||||
public void EnterVehicle(Unit Base, sbyte seatId = -1)
|
||||
|
||||
Reference in New Issue
Block a user