Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Content.Server.BarSign
|
||||
}
|
||||
else
|
||||
{
|
||||
Owner.Name = Loc.GetString("bar sign");
|
||||
Owner.Name = Loc.GetString("barsign-component-name");
|
||||
}
|
||||
|
||||
Owner.Description = prototype.Description;
|
||||
|
||||
Reference in New Issue
Block a user