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:
Tomas Slusny
2018-10-11 14:42:16 +02:00
parent caa0b65894
commit 728e1c40c0

View File

@@ -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)
{