mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-01 23:53:39 -05:00
Show GSB sessions.
This commit is contained in:
parent
6d5f159d36
commit
b2d07ace90
|
|
@ -1 +1 @@
|
|||
Subproject commit 9ee8aabbb73db678bd3bed8bff1accef2d423107
|
||||
Subproject commit 370dd2f76b4447f33e96f19f3e96cd1c5d99e96b
|
||||
|
|
@ -58,7 +58,9 @@ namespace PkmnFoundations.GTS.admin
|
|||
builder.Append("):<br />");
|
||||
foreach (KeyValuePair<String, GamestatsSession> session in gsm.Sessions)
|
||||
{
|
||||
builder.Append("PID: ");
|
||||
builder.Append("Game ID: ");
|
||||
builder.Append(session.Value.GameId);
|
||||
builder.Append("<br />PID: ");
|
||||
builder.Append(session.Value.PID);
|
||||
builder.Append("<br />Token: ");
|
||||
builder.Append(session.Value.Token);
|
||||
|
|
@ -68,8 +70,6 @@ namespace PkmnFoundations.GTS.admin
|
|||
builder.Append(session.Value.URL);
|
||||
builder.Append("<br />Expires: ");
|
||||
builder.Append(session.Value.ExpiryDate);
|
||||
builder.Append("<br />Game ID: ");
|
||||
builder.Append(session.Value.GameId);
|
||||
builder.Append("<br /><br />");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user