Some Glamourer stuff.

This commit is contained in:
Ottermandias 2023-01-29 21:08:43 +01:00
parent 21e6a17d1c
commit 2ef9d3d56e
7 changed files with 55 additions and 48 deletions

View file

@ -50,7 +50,7 @@ public abstract class DataSharer : IDisposable
}
catch (Exception ex)
{
PluginLog.Error($"Error creating shared actor data for {tag}:\n{ex}");
PluginLog.Error($"Error creating shared data for {tag}:\n{ex}");
return func();
}
}