Skip to content

Commit 6a61c5c

Browse files
committed
call onPlace callback
1 parent d71fcdd commit 6a61c5c

File tree

1 file changed

+1
-0
lines changed
  • common/src/main/kotlin/com/lambda/interaction/request/placing

1 file changed

+1
-0
lines changed

common/src/main/kotlin/com/lambda/interaction/request/placing/PlaceManager.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ object PlaceManager : RequestHandler<PlaceRequest>() {
9191
} else {
9292
warn("Internal interaction failed with $actionResult")
9393
}
94+
request.onPlace()
9495
}
9596

9697
override fun preEvent() = UpdateManagerEvent.Place.Pre().post()

0 commit comments

Comments
 (0)