Merge pull request #363 from LaxWasHere/patch-1

Minor text fixes.
This commit is contained in:
Jesse Boyd 2016-12-06 15:58:09 +11:00 committed by GitHub
commit 98b79e7ccc

View File

@ -63,7 +63,7 @@ public class FaweBukkit implements IFawe, Listener {
Fawe.set(this);
setupInjector();
if (Bukkit.getVersion().contains("git-Spigot")) {
debug("====== USE PAPER SPIGOT ======");
debug("====== USE PAPER ======");
debug("DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/");
debug("GUIDE: https://www.spigotmc.org/threads/21726/");
debug(" - This is only a recommendation");
@ -389,4 +389,4 @@ public class FaweBukkit implements IFawe, Listener {
}
return ((BlocksHubBukkit) blocksHubPlugin).getApi();
}
}
}