Do not reset equipment/inventory in clues croll plugin each tick
Because it is now updated from changed events, this will simply make the item reqs not work. Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -290,8 +290,6 @@ public class ClueScrollPlugin extends Plugin
|
||||
public void onGameTick(final GameTick event)
|
||||
{
|
||||
objectsToMark = null;
|
||||
equippedItems = null;
|
||||
inventoryItems = null;
|
||||
|
||||
if (clue instanceof LocationsClueScroll)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user