Unstable 1.2.1.0

This commit is contained in:
Markus Isberg
2023-11-10 17:45:19 +02:00
parent 2ea58c58a7
commit 8a2e2ea0ae
268 changed files with 4076 additions and 1843 deletions
@@ -333,7 +333,8 @@ namespace Barotrauma
{
DebugConsole.AddWarning($"Failed to save upgrade \"{Prefab.Name}\" on {TargetEntity.Name} because property reference \"{propertyRef.Name}\" is missing original values. \n" +
"Upgrades should always call Upgrade.ApplyUpgrade() or manually set the original value in a property reference after they have been added. \n" +
"If you are not a developer submit a bug report at https://github.com/Regalis11/Barotrauma/issues/.");
"If you are not a developer submit a bug report at https://github.com/Regalis11/Barotrauma/issues/.",
Prefab.ContentPackage);
}
}