Fixes nightmare loot tracking

This commit is contained in:
Dylan white
2020-08-04 00:48:32 -05:00
parent fae4183c2e
commit 399562d110

View File

@@ -99,8 +99,8 @@ public class LootManager
@Inject
private LootManager(
final EventBus eventBus,
final Client client
final EventBus eventBus,
final Client client
)
{
this.eventBus = eventBus;