mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Add a warning for non 1.13 users
This commit is contained in:
parent
288c381a15
commit
53b0491f57
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ public class LibsDisguises extends JavaPlugin {
|
|||
"Lib's Disguises plugin folder");
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
System.out.println(
|
||||
"[LibsDisguises] You're using the wrong version of Lib's Disguises for your server! This is " +
|
||||
"intended for 1.13!");
|
||||
return;
|
||||
}
|
||||
|
||||
PacketsManager.init(this);
|
||||
|
|
Loading…
Reference in a new issue