暂存修改 尝试添加热重载插件
This commit is contained in:
@ -69,7 +69,7 @@ public class AdvanceCanadvanceCtr
|
||||
|
||||
private bool CheckFuncOpen(int id)
|
||||
{
|
||||
var table = TableManager.GetFunctionOpenByID(id);
|
||||
Tab_FunctionOpen table = TableManager.GetFunctionOpenByID(id);
|
||||
if (table != null)
|
||||
{
|
||||
//return table.OpenServerDay <= GlobalData.OpenServerDays && table.OpenVipLv <= GameManager.gameManager.PlayerDataPool.VipCost
|
||||
|
Reference in New Issue
Block a user