Remove floating logic, fix for some bestz logic

This commit is contained in:
KimLS
2018-11-21 22:10:51 -08:00
parent b55771ca7d
commit cfba613efd
5 changed files with 7 additions and 108 deletions
+1 -1
View File
@@ -2723,7 +2723,7 @@ void Bot::AI_Process() {
// Fix Z when following during pull, not when engaged and stationary
if (IsMoving() && fix_z_timer_engaged.Check()) {
FixZ();
TryFixZ();
return;
}