mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-27 21:27:44 +01:00
Fixed typo from 0d6f872420
This commit is contained in:
parent
0d6f872420
commit
a54412e266
@ -87,7 +87,7 @@ public class BentoBox extends JavaPlugin {
|
|||||||
if (!ServerCompatibility.getInstance().checkCompatibility(this).isCanLaunch()) {
|
if (!ServerCompatibility.getInstance().checkCompatibility(this).isCanLaunch()) {
|
||||||
// The server's most likely incompatible.
|
// The server's most likely incompatible.
|
||||||
// Show a warning
|
// Show a warning
|
||||||
getServer().getLogger().warning("************ Disclaminer **************");
|
getServer().getLogger().warning("************ Disclaimer **************");
|
||||||
getServer().getLogger().warning("BentoBox may not be compatible with this server!");
|
getServer().getLogger().warning("BentoBox may not be compatible with this server!");
|
||||||
getServer().getLogger().warning("BentoBox is tested only on the latest version of Spigot.");
|
getServer().getLogger().warning("BentoBox is tested only on the latest version of Spigot.");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user