uncomment TH flag

This commit is contained in:
Noah Pilarski 2024-11-07 12:22:40 -05:00
parent e197179855
commit 1800944671

View File

@ -60,7 +60,7 @@ namespace NewHorizons.Builder.General
var minPriority = new SpawnModule.PlayerSpawnPoint() { isDefault = true }.GetPriority();
if (point.GetPriority() < minPriority)
{
//flagUseTHSpawn = true;
flagUseTHSpawn = true;
}
}