mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 23:41:55 +03:00
[FIX] Фикс консоли
This commit is contained in:
parent
1da05c49bd
commit
85eb2d205b
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ public class ConsoleMain {
|
||||||
public static CommandHandler commandHandler;
|
public static CommandHandler commandHandler;
|
||||||
|
|
||||||
public static void main(String[] args) throws IOException {
|
public static void main(String[] args) throws IOException {
|
||||||
if (ServerWrapper.config == null) {
|
if (ServerWrapper.wrapper.config == null) {
|
||||||
LogHelper.warning("ServerWrapper not found");
|
LogHelper.warning("ServerWrapper not found");
|
||||||
}
|
}
|
||||||
if (!ServerWrapper.permissions.canAdmin) {
|
if (!ServerWrapper.wrapper.permissions.canAdmin) {
|
||||||
LogHelper.warning("Permission canAdmin not found");
|
LogHelper.warning("Permission canAdmin not found");
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue