MCPcopy Create free account
hub / github.com/cuberite/cuberite / Command

Method Command

src/Server.cpp:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431
432bool cServer::Command(cClientHandle & a_Client, AString & a_Cmd)
433{
434 return cRoot::Get()->GetPluginManager()->CallHookChat(a_Client.GetPlayer(), a_Cmd);
435}
436
437
438

Callers 1

HandleChatMethod · 0.45

Calls 3

CallHookChatMethod · 0.80
GetPluginManagerMethod · 0.80
GetPlayerMethod · 0.45

Tested by

no test coverage detected