loottracker: Remove redundant initializer
This commit is contained in:
@@ -620,7 +620,7 @@ public class LootTrackerPlugin extends Plugin
|
|||||||
|
|
||||||
if (pvpDeath && RESPAWN_REGIONS.contains(client.getLocalPlayer().getWorldLocation().getRegionID()))
|
if (pvpDeath && RESPAWN_REGIONS.contains(client.getLocalPlayer().getWorldLocation().getRegionID()))
|
||||||
{
|
{
|
||||||
Multiset snapshot = HashMultiset.create();
|
Multiset snapshot;
|
||||||
snapshot = inventorySnapshot;
|
snapshot = inventorySnapshot;
|
||||||
deathInventorySnapshot();
|
deathInventorySnapshot();
|
||||||
if (inventorySnapshot != snapshot)
|
if (inventorySnapshot != snapshot)
|
||||||
|
|||||||
Reference in New Issue
Block a user