This commit is contained in:
Video 2021-06-10 17:53:17 -06:00
parent ed815794ed
commit f4749559d2

View File

@ -43,6 +43,7 @@ public class IndefiniteBan implements IConfig
@Override @Override
public void saveTo(ConfigurationSection cs) public void saveTo(ConfigurationSection cs)
{ {
// The indefinite ban list is only intended to be modified manually. It is not intended to save.
} }
@Override @Override