MCPcopy 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
400void bangameservers()
401{
402 loopvrev(gameservers) if(checkban(servbans, gameservers[i]->address.host))
403 {
404 delete gameservers.remove(i);
405 updateserverlist = true;
406 }
407}
408
409void checkgameservers()
410{

Callers 1

mainFunction · 0.85

Calls 3

checkbanFunction · 0.85
loopvrevFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected