Archiviert
13
0

Don't spam the console when a player logs out quickly.

Dieser Commit ist enthalten in:
Kristian S. Stangeland 2012-12-01 17:24:46 +01:00
Ursprung beb4bba7fa
Commit f81e3262d0

Datei anzeigen

@ -212,7 +212,8 @@ class PacketInjector {
return null; return null;
} catch (InterruptedException e) { } catch (InterruptedException e) {
reporter.reportDetailed(this, "Thread was interrupted.", e, packet, input); // We will ignore this - it occurs when a player disconnects
//reporter.reportDetailed(this, "Thread was interrupted.", e, packet, input);
return null; return null;
} }
} }