diff options
| author | CriticalFlaw <[email protected]> | 2017-12-09 16:10:51 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-12-09 16:10:51 -0500 |
| commit | 5c038af9ccb2ac86b11b041e8384f20d66010e9c (patch) | |
| tree | 85798eccb85fc7fbd739b45110c55fb4b21ca2b6 /resource/ui/build_menu/pipboy/sentry_cant_afford.res | |
| parent | 4c8289aaed84e36b612e25765927f12ebb5bfdf5 (diff) | |
20171209 - Fixed the Build Menu Crash
Diffstat (limited to 'resource/ui/build_menu/pipboy/sentry_cant_afford.res')
| -rw-r--r-- | resource/ui/build_menu/pipboy/sentry_cant_afford.res | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/resource/ui/build_menu/pipboy/sentry_cant_afford.res b/resource/ui/build_menu/pipboy/sentry_cant_afford.res index c164cfb..b20e0da 100644 --- a/resource/ui/build_menu/pipboy/sentry_cant_afford.res +++ b/resource/ui/build_menu/pipboy/sentry_cant_afford.res @@ -2,11 +2,15 @@ "Resource/UI/build_menu/sentry_cant_afford.res"
{
- "ItemNameLabel" {
- "labelText" "#TF_Object_Sentry"
- "labelText_lodef" "#TF_Object_Sentry_360"
+ "ItemNameLabel"
+ {
+ "labelText" "#TF_Object_Sentry"
+ "labelText_lodef" "#TF_Object_Sentry_360"
}
- "NumberLabel" {
+
+ "NumberLabel"
+ {
"labelText" "1"
}
+
}
\ No newline at end of file |
