mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +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 void main(String[] args) throws IOException {
|
||||
if (ServerWrapper.config == null) {
|
||||
if (ServerWrapper.wrapper.config == null) {
|
||||
LogHelper.warning("ServerWrapper not found");
|
||||
}
|
||||
if (!ServerWrapper.permissions.canAdmin) {
|
||||
if (!ServerWrapper.wrapper.permissions.canAdmin) {
|
||||
LogHelper.warning("Permission canAdmin not found");
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue