mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Changed some links and messages.
This commit is contained in:
parent
2a2c817d8e
commit
2d109222a8
4 changed files with 6 additions and 5 deletions
|
@ -81,7 +81,7 @@
|
|||
</Component>
|
||||
<Component class="javax.swing.JLabel" name="jLabel2">
|
||||
<Properties>
|
||||
<Property name="text" type="java.lang.String" value="Courtesy: BetaSteward@googlemail.com. Site: www.magefree.com"/>
|
||||
<Property name="text" type="java.lang.String" value="Courtesy: BetaSteward@googlemail.com. Site: http://176.31.186.181/"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JLabel" name="jLabel3">
|
||||
|
|
|
@ -87,7 +87,7 @@ public class AboutDialog extends MageDialog {
|
|||
|
||||
lblVersion.setText("0.0.0");
|
||||
|
||||
jLabel2.setText("Courtesy: BetaSteward@googlemail.com. Site: www.magefree.com");
|
||||
jLabel2.setText("Courtesy: BetaSteward@googlemail.com. Site: http://176.31.186.181/");
|
||||
|
||||
jLabel3.setText("Devs: BetaSteward, Noxx, Eugen.Rivniy, North, LevelX2, Jeff, Plopman. ");
|
||||
|
||||
|
|
|
@ -36,10 +36,10 @@ import mage.utils.MageVersion;
|
|||
*/
|
||||
public class MageVersionException extends MageException {
|
||||
|
||||
private MageVersion serverVersion;
|
||||
private final MageVersion serverVersion;
|
||||
|
||||
public MageVersionException(MageVersion clientVersion, MageVersion serverVersion) {
|
||||
super("Wrong client version " + clientVersion + ", expecting version " + serverVersion + ". \r\n\r\nPlease download latest version at download.magefree.com and use mage-updater.");
|
||||
super("Wrong client version " + clientVersion + ", expecting version " + serverVersion + ". \r\n\r\nPlease download needed version at http://176.31.186.181/.");
|
||||
this.serverVersion = serverVersion;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Welcome! You are playing Mage version 1.3.0
|
||||
Find what was changed since previous versions on project Wiki https://github.com/magefree/mage/wiki
|
||||
Contact us on www.slightlymagic.net.
|
||||
Contact us on the MAGE board of www.slightlymagic.net for bug reports or enhancement requests.
|
||||
Download newest version from http://176.31.186.181 (it's the IP of the public server).
|
Loading…
Reference in a new issue