Fix not lobby gem duping
This commit is contained in:
parent
82db46c1e6
commit
90d173551d
@ -42,12 +42,6 @@ public class EconomyModule extends MiniClientPlugin<Integer>
|
||||
addCommand(new GiveGemsCommand(this));
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
public void respawn(PlayerCustomRespawnEvent event)
|
||||
{
|
||||
addToStore(event.getPlayer(), null, GEM_START_COST);
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
public void teleportIn(PlayerTeleportIntoMapEvent event)
|
||||
{
|
||||
@ -58,6 +52,8 @@ public class EconomyModule extends MiniClientPlugin<Integer>
|
||||
{
|
||||
_donation.purchaseUnknownSalesPackage(player, "Gem Hunters Access", GlobalCurrency.GEM, GEM_START_COST, false, null);
|
||||
}
|
||||
|
||||
addToStore(event.getPlayer(), null, GEM_START_COST);
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
Loading…
Reference in New Issue
Block a user