Unstable 1.2.4.0
This commit is contained in:
@@ -227,7 +227,7 @@ namespace Barotrauma.Items.Components
|
||||
switch (text)
|
||||
{
|
||||
case "[CurrentLocationName]":
|
||||
SetDisplayText(Level.Loaded?.StartLocation?.Name ?? string.Empty);
|
||||
SetDisplayText(Level.Loaded?.StartLocation?.DisplayName.Value ?? string.Empty);
|
||||
break;
|
||||
case "[CurrentBiomeName]":
|
||||
SetDisplayText(Level.Loaded?.LevelData?.Biome?.DisplayName.Value ?? string.Empty);
|
||||
|
||||
Reference in New Issue
Block a user