fixed gem thing

This commit is contained in:
Cheese 2015-06-26 19:12:34 +10:00
parent 62a7fd6a99
commit 750769d03a

View File

@ -1307,9 +1307,6 @@ public class Skywars extends SoloGame
@EventHandler
public void killLevelReward(CombatDeathEvent event)
{
if (!Manager.IsRewardGems())
return;
Game game = Manager.GetGame();
if (game == null) return;