Fix NullPointerException

This commit is contained in:
Alejandro 2019-09-27 20:04:23 +03:00
parent 35eefc87ef
commit b74cd20c9f

View File

@ -3682,6 +3682,7 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
for (Habbo habbo : this.getHabbos()) {
if (habbo.getClient() == null) {
this.removeHabbo(habbo, true);
continue;
}
habbo.getClient().sendResponse(message);