MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / CPE_ExtRemovePlayerName

Function CPE_ExtRemovePlayerName

src/Protocol.c:1165–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163}
1164
1165static void CPE_ExtRemovePlayerName(cc_uint8* data) {
1166 EntityID id = data[1];
1167 TabList_Remove(id);
1168}
1169
1170static void CPE_MakeSelection(cc_uint8* data) {
1171 IVec3 p1, p2;

Callers

nothing calls this directly

Calls 1

TabList_RemoveFunction · 0.85

Tested by

no test coverage detected