Removing broken function

This commit is contained in:
Ganom
2019-05-03 21:21:42 -04:00
committed by GitHub
parent b213f9a8f2
commit 963277ff08

View File

@@ -340,11 +340,11 @@ public interface PlayerIndicatorsConfig extends Config
return false;
}
@ConfigItem(
/* @ConfigItem(
position = 27,
keyName="rightClickOverhead",
name="Add Overheads to Right Click Menu",
description="Feature shows a player's overhead prayer in the right click menu. Useful for DDs, or extremely crowded areas.")
default boolean rightClickOverhead() { return false; }
default boolean rightClickOverhead() { return false; }*/
}