mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-05-19 06:40:13 +00:00
fd7b11f436
The event loop tries to run no faster than every 10ms. If it detects that it goes faster, it would incorrectly calculate the difference, and then wait (what I assume was) way too long or too short. Either way, now it's fixed and it correctly works, even when introducing new lua states.