small bugfix
This commit is contained in:
@@ -94,7 +94,7 @@ public class T2CupdateAPI {
|
||||
} else value = UpdateType.STABLE.text;
|
||||
String h = "§4=========== " + prefix + " §4===========";
|
||||
String s1 = "§6A new [value] version was found!§r".replace("[value]", value);
|
||||
String s2 = "§6Your version: §c" + pluginVersion + " §7- §6Current version: §a" + publicVersion;
|
||||
String s2 = "§6Your version: §c" + pluginVersion + " §7- §6Current version: §a" + webData.getVersion();
|
||||
String s3 = "§6You can download it here: §e" + webData.getUpdateUrl();
|
||||
String s4 = "§6You can find more information on Discord: §e" + discord;
|
||||
String text = "<br>" + h + "<br>" + s1 + "<br>" + s2 + "<br>" + s3 + "<br>" + s4 + "<br>" + h;
|
||||
|
Reference in New Issue
Block a user