Minor fix for mass replacement on previous commit.
This commit is contained in:
@@ -628,7 +628,7 @@ public class PlayerInstance extends Playable
|
||||
*/
|
||||
public void doPickupItem(WorldObject object)
|
||||
{
|
||||
this.doPickupItem(object);
|
||||
PlayerInstance.this.doPickupItem(object);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -637,7 +637,7 @@ public class PlayerInstance extends Playable
|
||||
*/
|
||||
public void doInteract(Creature target)
|
||||
{
|
||||
this.doInteract(target);
|
||||
PlayerInstance.this.doInteract(target);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user