Ruins or SDR driven by config.

This commit is contained in:
2023-06-27 16:45:47 -04:00
parent 9cd3cdf3a3
commit b383aab556
3 changed files with 12 additions and 4 deletions
-3
View File
@@ -879,14 +879,11 @@ public class PlayerCharacter extends AbstractCharacter {
//handle rented room binds.
if (bindBuilding == null){
bindLocation = Enum.Ruins.getRandomRuin().getLocation();
return bindLocation;
}
bindLocation = BuildingManager.GetBindLocationForBuilding(bindBuilding);
if (bindLocation == null)