bartbes / love-misc-libs

Just some random libs I have lying around, now with version control!
http://docs.bartbes.com
110 stars 28 forks source link

Client Disconnection #18

Closed karai17 closed 9 years ago

karai17 commented 9 years ago

When a Client disconnects from a server, self.connected is not set to false. This causes a disconnected client to always appear connected. The simple fix is to place self.connected = false in core.lua:disconnect().

bartbes commented 9 years ago

Thanks!