| 1143 | |
| 1144 | |
| 1145 | AString 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 |