jonkogan / nullpomino

Automatically exported from code.google.com/p/nullpomino
0 stars 0 forks source link

Bans don't work #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login to a server using NetAdmin
2. Ban a player connection
3. Try to reconnect as that player

What is the expected output? What do you see instead?
The player connection should be refused because it should be on the banlist, 
but it's never added. I know that during my tests of the ban feature, it did 
refuse the connection and kicked the player off. However, I put a debug 
statement in to list off the banlist every time a player connected, and it 
didn't print anything (signifying the banlist was empty).

Some recent changes must have done something like this... I don't know what 
happened, though.

Original issue reported on code.google.com by Zirc...@gmail.com on 9 Oct 2010 at 10:03

GoogleCodeExporter commented 8 years ago
Fixed in r481.

Original comment by Zirc...@gmail.com on 29 Oct 2010 at 4:46