Remove config option for TagAPI

This commit is contained in:
Jack Lin 2015-08-23 10:52:42 +12:00
parent 541579d787
commit c3c86f5734

View file

@ -138,8 +138,6 @@ public class ConfigManager {
config.addDefault("Properties.RegionProtection.RespectLWC", true);
config.addDefault("Properties.RegionProtection.CacheBlockTime", 5000);
config.addDefault("Properties.TagAPI.Enabled", true);
config.addDefault("Properties.Air.CanBendWithWeapons", false);
config.addDefault("Properties.Air.Particles", "cloud");
config.addDefault("Properties.Air.PlaySound", true);