Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import bans from banned_user.cfg not working properly #2

Closed
RytisRytisRytis opened this issue Jul 4, 2013 · 3 comments
Closed

Import bans from banned_user.cfg not working properly #2

RytisRytisRytis opened this issue Jul 4, 2013 · 3 comments

Comments

@RytisRytisRytis
Copy link

Hi,

the import bans function is not working properly. I've put 200 SteamID's for testing into a file, like this:

banid 0 STEAM_0:1:123456
banid 0 STEAM_0:1:246810
etc...

It just imports the last ban of the file and there are no errors :P

@ErikMinekus
Copy link
Member

I can't reproduce this, are you sure there is just one space between each word? I assume from your example all the ban lengths are 0, since it will skip all the non-permanent bans.

Edit: I did remove the newline at the end of imported bans in 49751ac.

@HooTsBrooklyn
Copy link

Looks like those changes are what was needed. I had the same issue. Once I changed the files as you pointed out in 49751ac, the import worked.

@RytisRytisRytis
Copy link
Author

Yup, it's working now :D
Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants