custom ping

This commit is contained in:
INeedBots 2020-12-14 15:24:45 -06:00
parent 987850ad44
commit 7d91d88cae

View File

@ -233,6 +233,7 @@ doBotMovement()
// move! // move!
self botMovement(int(dir[0]), int(dir[1])); self botMovement(int(dir[0]), int(dir[1]));
self setPing(randomIntRange(45, 55));
} }
} }