Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OnCreateSessionFailed()

void Terraria.Social.WeGame.NetServerSocialModule.OnCreateSessionFailed ( CreateSessionFailed data)
inlineprivate

Definition at line 138 of file NetServerSocialModule.cs.

139 {
140 WeGameHelper.WriteDebugString("CreateSessionFailed, local:{0}, remote:{1}", ((RailComparableID)data.local_peer).id_, ((RailComparableID)data.remote_peer).id_);
141 CloseAndUpdateUserState(data.remote_peer);
142 }

References Terraria.Social.WeGame.NetServerSocialModule.CloseAndUpdateUserState(), and Terraria.Social.WeGame.WeGameHelper.WriteDebugString().

Referenced by Terraria.Social.WeGame.NetServerSocialModule.OnRailEvent().