1
This commit is contained in:
parent
7e6b6c6cfa
commit
7a7c3db2b9
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user