update: 修复1.27更新后 config.c文件中路径失效的问题.
This commit is contained in:
@@ -20,9 +20,10 @@ static ref CustomRevivalSuitCfg GetCustomRevivalSuitCfg()
|
||||
|
||||
class CustomRevivalSuitCfg
|
||||
{
|
||||
protected static string profileDir = "$profile:DcrServerModCfg\\CustomRevivalSuitCfg";
|
||||
protected static string profileName = "\\CustomRevivalSuitCfg.json";
|
||||
protected static string profilePath = profileDir + profileName;
|
||||
string profileDir = "$profile:DcrServerModCfg\\CustomRevivalSuitCfg";
|
||||
string profileName = "\\CustomRevivalSuitCfg.json";
|
||||
string profilePath = profileDir + profileName;
|
||||
string desc = "上面的变量不要修改, 由于1.27的更新,导致上述变量在外部.c文件中无法被引用";
|
||||
|
||||
ref array< ref PlayerRevivalEquipmentData > PlayerRevivalEquipmentDataList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user