Skip to content

Commit

Permalink
Naming variables on ExSignBlockEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiroto committed Sep 25, 2023
1 parent 802a0d2 commit 92b4659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

public interface ExSignBlockEntity {

void playSong(String var1);
void playSong(String instrumentString);
}

0 comments on commit 92b4659

Please sign in to comment.