forked from Steven/DeepJ
Update 'src/main/java/tech/nevets/deepjTranslator.java'
This commit is contained in:
parent
b9fb097836
commit
5abf319465
@ -35,7 +35,7 @@ public class Translator {
|
||||
public Translator(@NotNull String authKey, @NotNull boolean silence) {
|
||||
if (globalAuthKey != "null" && silence == false) {
|
||||
System.out.println("[DeepJ] Looks like you have defined a global auth key already! You can use if by just typing \"new Traslator()\"" +
|
||||
"\n instead of \"new Translator(String authKey)\". NOTE: This will work but just some advice :)");
|
||||
"\n instead of \"new Translator(String authKey)\". NOTE: This will work but this is just some advice :)");
|
||||
}
|
||||
request = new Request(authKey);
|
||||
}
|
Loading…
Reference in New Issue
Block a user