From 6416f5a33f102113e8881ef5cdfc53aa448ad462 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 8 Aug 2019 14:31:47 +0200 Subject: [PATCH] [Room] Default hero list --- lib/src/Room.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Room.dart b/lib/src/Room.dart index 7d7b1da..ce67e25 100644 --- a/lib/src/Room.dart +++ b/lib/src/Room.dart @@ -50,7 +50,7 @@ class Room { String prev_batch; - List mHeroes; + List mHeroes = []; int mJoinedMemberCount; int mInvitedMemberCount;