I've optimized the way how the map props are reset.
Whenever the game starts, it takes a snapshot of every prop and then whenever they are moved, the server marks that prop for reloading.
This results in Dedicated Servers not chugging the main thread when trying to reload the map, and it's faster for other clients as well.
This game was originally designed to be peer-to-peer, but priorities have been moved.