rustplusplus
rustplusplus copied to clipboard
optionally disable wipe detection
Wipe detection currently keeps the entire map in memory, increase cost for a check. Im wondering if possible we can reduce our footprint by disabling this feature.
Or simply save the map, then whenever we lose connection to the server and reconnect we load the map and do the comparison.