slot check timeout
This commit is contained in:
parent
fe9229baa1
commit
b53a4b3432
@ -702,6 +702,8 @@ void UpdateSlot() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
last_check = std::chrono::system_clock::now();
|
||||
}
|
||||
|
||||
void UpdateWalker() {
|
||||
@ -922,6 +924,10 @@ void OnLevelInit() {
|
||||
}
|
||||
}
|
||||
|
||||
bool TooManyBots() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void Move() {
|
||||
if (state::state == WB_DISABLED) return;
|
||||
switch (state::state) {
|
||||
|
Reference in New Issue
Block a user