mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-16 12:24:36 +01:00
Fix the babel lua error
This commit is contained in:
@@ -366,11 +366,20 @@ namespace AscNet.GameServer.Handlers
|
|||||||
NotifyExperimentData notifyExperimentData = new();
|
NotifyExperimentData notifyExperimentData = new();
|
||||||
session.SendPush(notifyExperimentData);
|
session.SendPush(notifyExperimentData);
|
||||||
|
|
||||||
|
NotifyBabelTowerData notifyBabelTowerData = new()
|
||||||
|
{
|
||||||
|
ActivityNo = 13,
|
||||||
|
MaxScore = 0,
|
||||||
|
RankLevel = 0,
|
||||||
|
StageDatas = new(),
|
||||||
|
ExtraData = new()
|
||||||
|
};
|
||||||
|
session.SendPush(notifyBabelTowerData);
|
||||||
|
|
||||||
|
/* Not needed?
|
||||||
NotifyBabelTowerActivityStatus notifyBabelTowerActivityStatus = new();
|
NotifyBabelTowerActivityStatus notifyBabelTowerActivityStatus = new();
|
||||||
session.SendPush(notifyBabelTowerActivityStatus);
|
session.SendPush(notifyBabelTowerActivityStatus);
|
||||||
|
*/
|
||||||
NotifyBabelTowerData notifyBabelTowerData = new();
|
|
||||||
session.SendPush(notifyBabelTowerData);
|
|
||||||
|
|
||||||
NotifyFubenBossSingleData notifyFubenBossSingleData = new()
|
NotifyFubenBossSingleData notifyFubenBossSingleData = new()
|
||||||
{
|
{
|
||||||
@@ -415,7 +424,7 @@ namespace AscNet.GameServer.Handlers
|
|||||||
};
|
};
|
||||||
session.SendPush(notifyRepeatChallengeData);
|
session.SendPush(notifyRepeatChallengeData);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NotifyPlayerReportData notifyPlayerReportData = new()
|
NotifyPlayerReportData notifyPlayerReportData = new()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user