Minor text fixes.

http://i.imgur.com/0uMMZUt.png
This commit is contained in:
Lax 2016-12-04 23:39:35 -08:00 committed by GitHub
parent 57d41ae6f7
commit 165690f80e
1 changed files with 2 additions and 2 deletions

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();
}
}
}