Skip to content

Commit 3d5d18a

Browse files
committed
remove unused dependent sim context
1 parent 5cc445a commit 3d5d18a

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/lambda/interaction/construction/simulation

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/interaction/construction/simulation/ISimInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ interface ISimInfo : Automated {
5757
}
5858

5959
@SimDsl
60-
context(_: AutomatedSafeContext, dependent: Sim<*>)
60+
context(_: AutomatedSafeContext)
6161
suspend fun ISimInfo.sim(
6262
pos: BlockPos = this.pos,
6363
state: BlockState = this.state,

0 commit comments

Comments
 (0)