1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Make wait_network_frame always 0.1

This commit is contained in:
Jbleezy
2023-04-03 17:48:17 -07:00
parent 30c9ceb0aa
commit eae71f15a5
2 changed files with 7 additions and 0 deletions

View File

@ -147,4 +147,9 @@ check_point_in_kill_brush( origin )
check_model delete();
return valid_point;
}
wait_network_frame()
{
wait 0.1;
}