mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
fix: the same key has been added error when starting
This commit is contained in:
@@ -12,6 +12,6 @@ public class TutorialGuideDataExcel : ExcelResource
|
||||
|
||||
public override void Loaded()
|
||||
{
|
||||
GameData.TutorialGuideDataData.Add(ID, this);
|
||||
GameData.TutorialGuideDataData.TryAdd(ID, this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user