This commit is contained in:
aozhiwei 2020-10-09 18:28:19 +08:00
parent 7e6b6c6cfa
commit 7a7c3db2b9

View File

@ -128,7 +128,6 @@ void Guild::MarkDirty()
void Guild::SyncData() void Guild::SyncData()
{ {
#if 0
if (!sync_timer_) { if (!sync_timer_) {
sync_timer_ = a8::Timer::Instance()->AddDeadLineTimerAndAttach sync_timer_ = a8::Timer::Instance()->AddDeadLineTimerAndAttach
(1000 * 3, (1000 * 3,
@ -147,7 +146,6 @@ void Guild::SyncData()
} }
); );
} }
#endif
} }
void Guild::SendUpdate() void Guild::SendUpdate()