Browse Source

Fix lack of spacing in some InventoryTool reports

feature_improvement
Anton Tarasenko 2 years ago
parent
commit
a0cbcd16f0
  1. 2
      sources/Tools/InventoryTool.uc

2
sources/Tools/InventoryTool.uc

@ -91,7 +91,7 @@ public static function StaticConstructor()
default.templateAdditionFailed = __().text.MakeTemplate_S(
"Weapons we've {$TextFailure failed} to add to %%target%%: ");
default.templateRemovalFailed = __().text.MakeTemplate_S(
"Weapons we've {$TextFailure failed} to remove from %%target%%:" );
"Weapons we've {$TextFailure failed} to remove from %%target%%: " );
}
protected function Constructor()

Loading…
Cancel
Save