mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Be sure to specify pawn on pheromone exception
This commit is contained in:
parent
d5f2954aed
commit
4212fbab7b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace RJW_Menstruation
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Log.Error($"Error when trying to emit pheromones: {ex}");
|
Log.Error($"Error when trying to emit pheromones from pawn {Pawn}: {ex}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue