Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ bangameservers
Function
bangameservers
source/src/master.cpp:400–407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
void bangameservers()
401
{
402
loopvrev(gameservers) if(checkban(servbans, gameservers[i]->address.host))
403
{
404
delete gameservers.remove(i);
405
updateserverlist = true;
406
}
407
}
408
409
void checkgameservers()
410
{
Callers
1
main
Function · 0.85
Calls
3
checkban
Function · 0.85
loopvrev
Function · 0.70
remove
Method · 0.45
Tested by
no test coverage detected