slot check timeout

This commit is contained in:
nullifiedcat 2017-07-29 19:51:39 +03:00
parent fe9229baa1
commit b53a4b3432

View File

@ -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) {