CraftIRC / 3

CraftIRC3
19 stars 35 forks source link

Fixes nested continue only skipping the inner loop. #29

Closed Psithief closed 12 years ago

Psithief commented 12 years ago

It doesn't skip adding hidden players to the list unless the continue moves to the next iteration of the outer for loop.

So, is a barely known feature of the Java language preferable to a rewrite the loop logic here? :)

Psithief commented 12 years ago

Also, the metadata needs to be changed - it doesn't update on /reload.

mbax commented 12 years ago

Fixed metadata in VNP

Psithief commented 12 years ago

@mbax After you review this, please also see this pull request.

mbax commented 12 years ago

Blammo