Skip to content

Commit

Permalink
Removed shared health scenario (Already disabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
PdeBot committed Jan 20, 2021
1 parent 18a78d7 commit 74e49ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/gmail/val59000mc/scenarios/Scenario.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public class Scenario {
public static final Scenario INFINITE_ENCHANTS = new Scenario("infinite_enchants", UniversalMaterial.ENCHANTING_TABLE, InfiniteEnchantsListener.class);
public static final Scenario CHILDREN_LEFT_UNATTENDED = new Scenario("children_left_unattended", UniversalMaterial.WOLF_SPAWN_EGG, ChildrenLeftUnattended.class);
public static final Scenario SILENT_NIGHT = new Scenario("silent_night", UniversalMaterial.CLOCK, SilentNightListener.class);
// TODO: Fix bugs before releasing. public static final Scenario SHARED_HEALTH = new Scenario("shared_health", UniversalMaterial.RED_DYE, SharedHealthListener.class);
public static final Scenario PERMAKILL = new Scenario("permakill", UniversalMaterial.IRON_SWORD, PermaKillListener.class);
public static final Scenario WEAKEST_LINK = new Scenario("weakest_link", UniversalMaterial.DIAMOND_SWORD, WeakestLinkListener.class);
public static final Scenario EGGS = new Scenario("eggs", UniversalMaterial.EGG, EggsScenarioListener.class);
Expand Down

This file was deleted.

0 comments on commit 74e49ef

Please sign in to comment.