Trying to prevent items from despawning

This commit is contained in:
Zepheris 2020-02-22 02:12:58 -07:00
parent bbc6017c14
commit 7ace3a162a

View File

@ -40,12 +40,12 @@ forceRotorLibSimulation = 1;
saving = 0;
corpseManagerMode = 0;
corpseLimit = 10;
corpseLimit = 1000;
corpseRemovalMinTime = 1200;
corpseRemovalMaxTime = 3600;
wreckManagerMode = 0;
wreckLimit = 2;
wreckLimit = 200;
wreckRemovalMinTime = 60;
wreckRemovalMaxTime = 360;