Change to info
Dieser Commit ist enthalten in:
Ursprung
4fa02d1296
Commit
d71cb738c7
@ -48,7 +48,7 @@ public class ConnectionAcceptor {
|
|||||||
new FightserverConnection(socket.accept());
|
new FightserverConnection(socket.accept());
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Bukkit.getLogger().log(Level.WARNING, "Stopping accepting connections", e);
|
Bukkit.getLogger().log(Level.INFO, "Stopping accepting connections", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren