mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 08:38:13 +01:00
Also fixes mirrors
They won't bluescreen anymore.
This commit is contained in:
@@ -66,16 +66,16 @@ export const AppearanceChanger = (props, context) => {
|
||||
{specimen}
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item label="Biological Sex" color={!change_gender ? "grey" : null}>
|
||||
{capitalize(gender)}
|
||||
{gender ? capitalize(gender) : "Not Set"}
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item label="Gender Identity" color={!change_color ? "grey" : null}>
|
||||
{capitalize(gender_id)}
|
||||
{gender_id ? capitalize(gender_id) : "Not Set"}
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item label="Hair Style" color={!change_hair ? "grey" : null}>
|
||||
{capitalize(hair_style)}
|
||||
{hair_style ? capitalize(hair_style) : "Not Set"}
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item label="Facial Hair Style" color={!change_facial_hair ? "grey" : null}>
|
||||
{capitalize(facial_hair_style)}
|
||||
{facial_hair_style ? capitalize(facial_hair_style) : "Not Set"}
|
||||
</LabeledList.Item>
|
||||
</LabeledList>
|
||||
</Flex.Item>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -264,7 +264,7 @@ A fatal exception has occurred at 002B:C562F1B7 in TGUI.
|
||||
The current application will be terminated.
|
||||
Please remain calm. Get to the nearest NTNet workstation
|
||||
and send the copy of the following stack trace to:
|
||||
www.github.com/VOREStation/VOREStation. Thank you for your cooperation.
|
||||
www.github.com/PolarisSS13/Polaris. Thank you for your cooperation.
|
||||
</marquee>
|
||||
<div id="FatalError__stack" class="FatalError__stack"></div>
|
||||
<div class="FatalError__footer">
|
||||
|
||||
Reference in New Issue
Block a user