View Single Post
LeonhartM47
Junior Member
Join Date: Jun 2021
Old 06-17-2021 , 21:25   Re: [Sourceban++] I can't unban a permanently banned person
Reply With Quote #5

I think I've resolved it... just need the player in question to join the server.

I think what was happening was that the server was holding the permanent bans in memory and rewriting it
every map change or when the server restarted. For some reason the server when requested to unban didn't remove the entry and rewrote it back to the file.

All I ended up doing was via rcon:

listid (which listed all the stored banned user's in memory)
removeid STEAM_0:0:XXXXXXX (which removed the steamid from memory)
writeid (which wrote the current list in memory to banned_user.cfg)

If confirmed should hopefully close this soon.
LeonhartM47 is offline