mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Fix NullPointerException
This commit is contained in:
parent
35eefc87ef
commit
b74cd20c9f
@ -3682,6 +3682,7 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
|
|||||||
for (Habbo habbo : this.getHabbos()) {
|
for (Habbo habbo : this.getHabbos()) {
|
||||||
if (habbo.getClient() == null) {
|
if (habbo.getClient() == null) {
|
||||||
this.removeHabbo(habbo, true);
|
this.removeHabbo(habbo, true);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
habbo.getClient().sendResponse(message);
|
habbo.getClient().sendResponse(message);
|
||||||
|
Loading…
Reference in New Issue
Block a user