Change lines :
private void OnNewSave(string _)
{
if (_config.SafePointsRemoval)
_safePoints.Clear();
_hiddenPlayersPersist.Clear();
SaveData();
}
-----------
to :
private void OnNewSave(string _)
{
if (_config.SafePointsRemoval)
_safePoints.Clear();
_hiddenPlayersPersist.RemoveWhere(_ => true); // Removes all elements
SaveData();
}
This works for me !
Would be nice if this plugin would be supported for some like us who bought this plugin 4 months ago!
This map does not work when you download it and put it on your onedrive to try to load in your server.
It seems you provide instructions to open the map with rust edit- but where do we get the 4 monuments from?
I would like to be able to spawn in NPC Scientists when the node appears. if possible have the chopper like at oil rig drop the scientists to give the time for players to flee the sector. Would that be possible! Thank you
I really think this would be a great add.
Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.