Skip to content

Commit 1aad9ac

Browse files
committed
Fixed an critical issue
2 parents 94c5797 + 6580d06 commit 1aad9ac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scarecrow/src/Entities/EntityLittleScareCrow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using Vintagestory.API.Client;
@@ -171,4 +171,4 @@ public override void Die(EnumDespawnReason reason = EnumDespawnReason.Death, Dam
171171
sapi.Event.OnEntitySpawn -= Event_EntitySpawn;
172172
}
173173
}
174-
}
174+
}

scarecrow/src/Entities/EntitySC_StrawDummy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using Vintagestory.API.Client;

scarecrow/src/Entities/EntityScareCrow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using Vintagestory.API.Client;
@@ -171,4 +171,4 @@ public override void Die(EnumDespawnReason reason = EnumDespawnReason.Death, Dam
171171
sapi.Event.OnEntitySpawn -= Event_EntitySpawn;
172172
}
173173
}
174-
}
174+
}

0 commit comments

Comments
 (0)