if (beatReceived == false) {
if (sc.isDebug())
sc.getVerbose().addConsoleMsg(String.format(Messages.getString("HeartBeatThread.DBG_BeatFailedOnUser"), u.getUsername()), EnumSet.of(EnumVerbose.ToConsole)); //$NON-NLS-1$
try {
new KickUserAction(u);
} catch (SQLException | IOException e) {}
try {
new UserLogoutAction(u.getIp(), u.getUsername());
} catch (IOException | SQLException | RequestException e) {}