mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
got rid of unnecessary log spam
This commit is contained in:
parent
6550627272
commit
3efe5bd22a
3 changed files with 1 additions and 4 deletions
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>Rimworld-Animations</identifier>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</Manifest>
|
|
@ -16,9 +16,6 @@ namespace Rimworld_Animations
|
|||
public static bool Prefix(JobDriver_Sex __instance, Pawn pawn, Thing target)
|
||||
{
|
||||
|
||||
Log.Message(pawn.Name + " ticks left: " + __instance.ticks_left);
|
||||
Log.Message(pawn.Name + " sex ticks: " + __instance.sex_ticks);
|
||||
|
||||
if (!(target is Pawn) ||
|
||||
!(
|
||||
(target as Pawn)?.jobs?.curDriver is JobDriver_SexBaseReciever
|
||||
|
|
Loading…
Reference in a new issue