mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 00:24:35 +01:00
Probably better to use this
This commit is contained in:
@@ -34,7 +34,7 @@ namespace AscNet.GameServer.Handlers
|
||||
UtcServerTime = (uint)DateTimeOffset.UtcNow.ToUnixTimeMilliseconds()
|
||||
});
|
||||
|
||||
session.SendResponse(JsonSerializer.Deserialize<NotifyLogin>(File.ReadAllText("Data\\NotifyLogin.json")));
|
||||
session.SendPush(JsonSerializer.Deserialize<NotifyLogin>(File.ReadAllText("Data\\NotifyLogin.json")));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user