Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ clearignored
Function
clearignored
source/src/clientgame.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
COMMAND(listignored,
""
);
127
128
void clearignored(int *cn)
129
{
130
loopv(players) if(players[i] && (*cn < 0 || *cn == i)) players[i]->ignored = false;
131
}
132
COMMAND(clearignored,
"i"
);
133
134
void muteplayer(int *cn)
Callers
nothing calls this directly
Calls
1
loopv
Function · 0.70
Tested by
no test coverage detected