Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Oct 26, 2022
1 parent cb0946c commit 6a485f1
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 @@ -6,6 +6,6 @@ org.gradle.jvmargs=-Xmx2G

mod_name = Hytils Reborn
mod_id = hytils-reborn
mod_version = 1.5.0
mod_version = 1.5.1-beta1

loom.platform = forge
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private void handle() {
UChat.chat("Usage: /ignoretemp <player> <time>");
}

@Main
//@Main
private void handle(@Description("Player Name") EntityPlayer playerName, @Description("Time") @Greedy String time) {
Multithreading.runAsync(() -> {
try {
Expand Down

0 comments on commit 6a485f1

Please sign in to comment.