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

Method GetAuthServerID

src/Protocol/Protocol125.cpp:1145–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143
1144
1145AString cProtocol125::GetAuthServerID(void)
1146{
1147 // http://wiki.vg/wiki/index.php?title=Session&oldid=2262
1148 // The server generates a random hash and that is used for all clients, unmodified
1149 return cRoot::Get()->GetServer()->GetServerID();
1150}
1151
1152
1153

Callers 1

HandleLoginMethod · 0.45

Calls 1

GetServerMethod · 0.80

Tested by

no test coverage detected