It's ok, just gotta fine tune one commit at a time

This commit is contained in:
ZeroEpoch1969
2018-07-31 00:05:28 -07:00
parent 6ec420f7fe
commit 93e7957e25
26 changed files with 239 additions and 34 deletions

View File

@ -8,7 +8,11 @@ import java.net.URLEncoder;
import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import java.security.SecureRandom;
import java.util.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import me.totalfreedom.totalfreedommod.config.ConfigEntry;
import me.totalfreedom.totalfreedommod.util.FLog;
import org.apache.commons.lang3.StringUtils;