File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/gg/essential/partnermod Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121public class EssentialAPI {
2222
2323 private static final String API_BASE_URL = System .getProperty (
24- "essential.ad .api" ,
24+ "essential.partnermod .api" ,
2525 "https://api.essential.gg"
2626 );
2727 private static final String MOD_PARTNER_DATA_URL = API_BASE_URL + "/v1/mod-partner" ;
Original file line number Diff line number Diff line change 2323 * {@link #isActive()} calls.
2424 */
2525public class EssentialPartnerLoader {
26- private static final boolean VERBOSE = Boolean .getBoolean ("essentialad .loader.verbose" );
26+ private static final boolean VERBOSE = Boolean .getBoolean ("essential.partnermod .loader.verbose" );
2727 private static final Logger LOGGER = LogManager .getLogger ();
2828
2929 public static final String OUR_PKG ;
You can’t perform that action at this time.
0 commit comments