Skip to content

Commit

Permalink
Oopsie
Browse files Browse the repository at this point in the history
Remove too new dev code
  • Loading branch information
opekope2 committed Jan 13, 2024
1 parent ea23d08 commit 732f8b3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ object StaffMod : ModInitializer {
override fun <TConfig : IConfiguration<TProfile>, TProfile : Any> registerStaffItemHandler(
itemInStaff: Identifier,
handler: StaffItemHandler,
configurationCodec: Codec<TConfig>,
profileCodec: Codec<TProfile>
configurationCodec: Codec<TConfig>
): Boolean {
return StaffItemHandlers.register(itemInStaff, handler, configurationCodec)
}
Expand Down

0 comments on commit 732f8b3

Please sign in to comment.