EtienneLamoureux / TQVaultAE

Extra bank space for Titan Quest Anniversary Edition
MIT License
279 stars 62 forks source link

Fix hotreload player not triggering #427

Closed hguy closed 2 years ago

EtienneLamoureux commented 2 years ago

Does that properly fix the race condition? Any way to make it more robust?

hguy commented 2 years ago

Does that properly fix the race condition? Any way to make it more robust?

It was not a race condition, it was not triggering, i'm not sure why. I also added few Thread.Sleep(500) because on my ssd drive the data was not ready at trigger time. Since then works good on my setup. Feel free to test it further on other setup.