You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select Comm Commands and Prohibited personnel of the player
What happens?
Return to print : has not been verified. Please wait thirty seconds before retrying.
What were you expecting to happen?
Successfully banned the player.
Any logs, error output, etc.?
There is no error log, but when I checked the source code of the corresponding function in sbpp_comms.sp, the content of auth does not match the content verified by the code.
The content printed by auth is STEAM_X:X:, while the code checks for ID_.
#if defined DEBUG PrintToServer("Processing block for %s", auth); #endif
Any other comments?
I hope to fix this issue and ensure compatibility with L4D2.
What are the steps to reproduce this issue?
What happens?
Return to print : has not been verified. Please wait thirty seconds before retrying.
What were you expecting to happen?
Successfully banned the player.
Any logs, error output, etc.?
There is no error log, but when I checked the source code of the corresponding function in sbpp_comms.sp, the content of auth does not match the content verified by the code.
The content printed by auth is STEAM_X:X:, while the code checks for ID_.
#if defined DEBUG
PrintToServer("Processing block for %s", auth);
#endif
Any other comments?
I hope to fix this issue and ensure compatibility with L4D2.
What versions of software are you using?
Operating System: Ubuntu 22.04)
**SourceBans++ Version: 1.7.0 **
SourceMod Version: 1.12.0.7146
MetaMod Version: 1.12.0-dev+1194
The text was updated successfully, but these errors were encountered: