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
the outdated function checker is very bad, at best. It also flags other old function names, if it finds them in the code, probably using an strcmp, or something.
patrikjuvonen
changed the title
Using banIP or banSerial as a variable will give you a warning
Using deprecated functions as a variable will print a warning
Apr 16, 2023
patrikjuvonen
changed the title
Using deprecated functions as a variable will print a warning
Using a deprecated function name as a variable will print a warning
Apr 16, 2023
Describe the bug
You can't call a variable banIP or banSerial without getting an output on the server console/log.
To reproduce
Run that code and you will see and output similar to this:
[Server] banIP no longer works. Please manually update this. Refer to the wiki for details
Expected behaviour
It should only tell you that if you are trying to use the function banIP
Version
Server: r20488
Additional context
This isn't that important, but w/e
The text was updated successfully, but these errors were encountered: