temporariely deactivated item path (fixes #3288649)
This commit is contained in:
parent
8c31b30349
commit
a95fcc004d
1 changed files with 3 additions and 2 deletions
|
|
@ -65,10 +65,11 @@ class SourceObject extends MoveableObject {
|
|||
}
|
||||
|
||||
SourceObject source;
|
||||
if (action.has(EquipActionConsts.SOURCE_PATH)) {
|
||||
/* TODO: disabled because of
|
||||
* if (action.has(EquipActionConsts.SOURCE_PATH)) {
|
||||
source = createSource(action, player);
|
||||
// Otherwise use compatibility mode
|
||||
} else if (action.has(EquipActionConsts.BASE_OBJECT)) {
|
||||
} else*/if (action.has(EquipActionConsts.BASE_OBJECT)) {
|
||||
source = createSourceForContainedItem(action, player);
|
||||
} else {
|
||||
source = createSourceForNonContainedItem(action, player);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue