Skip to content

Commit

Permalink
fix: dumbass
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Nov 12, 2024
1 parent 0e98603 commit c2f5d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ kotlin_version=2.0.21
fabric_kotlin_version=1.12.3

# mod properties
mod_version=1.8
mod_version=1.8.1
maven_group=net.mcbrawls
mod_id=slate
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ class LayerPageSourceListener<T>(
/**
* Creates a page source listener from this collection.
*/
fun <T> MutableCollection<T>.layerPageListener(layer: PagedSlateLayer) = LayerPageSourceListener(this)
fun <T> MutableCollection<T>.layerPageListener() = LayerPageSourceListener(this)
}
}

0 comments on commit c2f5d98

Please sign in to comment.