Merge branch 'main' of http://10.27.17.121:3000/kawagiri/TH1
This commit is contained in:
commit
eabcf21685
@ -69,7 +69,8 @@ namespace RuntimeData
|
||||
|
||||
public void OnSendHeartbeat()
|
||||
{
|
||||
if (PingRecordTime == 0) PingRecordTime = Time.time;
|
||||
if (PingRecordTime == 0 || Time.time - PingRecordTime > 5f)
|
||||
PingRecordTime = Time.time;
|
||||
}
|
||||
|
||||
public void OnReceiveHeartbeat()
|
||||
|
||||
@ -330,6 +330,7 @@ namespace Logic.Editor
|
||||
{
|
||||
var activeStr = RemoveCsvQuotes(cells[1]);
|
||||
item.IsActive = MultilingualItem.ParseBoolStr(activeStr);
|
||||
if (!item.IsActive) continue;
|
||||
}
|
||||
if (cells.Length >= 3)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user