lol infinite loop

This commit is contained in:
MarcEricMartel 2023-12-13 15:29:12 -05:00
parent 2f3260b16a
commit 37a86d42a3

View File

@ -205,6 +205,8 @@ Timestamp Connection::Run(World* world) {
if (!dead)
++m_last_in;
dead = false;
}
return tstamp;