boorik / smartfox-haxe-client

haxe openfl client for smartfoxserver
MIT License
18 stars 14 forks source link

Fixing issue where roomListFromGroup returned a list with only the first room in the group. #22

Closed m0rkeulv closed 5 years ago

m0rkeulv commented 5 years ago

there is no need for an iterator inside a loop already iterating the room list. the old code is just adding the first element to the array over and over again until the loop ended.