]> git.cworth.org Git - empires-server/commitdiff
game: Fix to actually drop connections that get closed
authorCarl Worth <cworth@cworth.org>
Thu, 25 Jun 2020 01:28:34 +0000 (18:28 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 26 Jun 2020 14:37:59 +0000 (07:37 -0700)
The bug here is that filter() returns a new array, so I have to assign
the return value to the original reference for this code to have any
effect.


No differences found