Some label fixes

This commit is contained in:
2026-06-25 19:56:14 -05:00
parent d85737cc08
commit 722fe2ccfb
30 changed files with 290 additions and 105 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ interface BackpackNamespace {
declare var Backpack: BackpackNamespace;
// Inventory sort constants injected as globals by the engine at startup.
// Inventory sort constants - injected as globals by the engine at startup.
declare var INVENTORY_SORT_BY_ID: number;
declare var INVENTORY_SORT_BY_TYPE: number;