ConfPaths - invMove Config Paths

This commit is contained in:
CaptainObvious0 2019-03-21 21:00:43 -05:00 committed by GitHub
parent f6611871b6
commit 629c4f78fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -584,6 +584,10 @@ public abstract class ConfPaths {
// TODO: close and cancelother on open-section-level are temporary.
public static final String INVENTORY_OPEN_CLOSE = INVENTORY_OPEN + "close";
public static final String INVENTORY_OPEN_CANCELOTHER = INVENTORY_OPEN + "cancelother";
public static final String INVENTORY_INVENTORYMOVE = INVENTORY + "inventorymove.";
public static final String INVENTORY_INVENTORYMOVE_CHECK = INVENTORY_INVENTORYMOVE + SUB_ACTIVE;
public static final String INVENTORY_INVENTORYMOVE_ACTIONS = INVENTORY_INVENTORYMOVE + "actions";
// Inventory hot-fix.
private static final String INVENTORY_HOTFIX = INVENTORY + "hotfix.";