mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-11 01:17:12 +00:00
Fix typo
This commit is contained in:
parent
cbf7956a32
commit
6e9c103b55
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class Updater {
|
||||||
}
|
}
|
||||||
outFile.renameTo(finalFile);
|
outFile.renameTo(finalFile);
|
||||||
PS.debug("Updated PlotSquared to " + versionString);
|
PS.debug("Updated PlotSquared to " + versionString);
|
||||||
MainUtil.sendAdmin("&7Restart to update PlotSquared with these changes: &c/plot changelog &7or&c " + "http://empcraft.com/plot/cl?" + Integer.toHexString(currentVersion.hash));
|
MainUtil.sendAdmin("&7Restart to update PlotSquared with these changes: &c/plot changelog &7or&c " + "http://empcraft.com/plots/cl?" + Integer.toHexString(currentVersion.hash));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue