MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / MakeDemo

Method MakeDemo

launcher/minecraft/auth/AuthSession.cpp:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void AuthSession::MakeDemo(QString name, QString u)
34{
35 wants_online = false;
36 demo = true;
37 uuid = u;
38 session = "-";
39 access_token = "0";
40 player_name = name;
41 status = PlayableOnline; // needs online to download the assets
42};

Callers 1

loginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected