Skip to content

Commit

Permalink
Random username on startup (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbazke authored Oct 10, 2024
1 parent 4162872 commit c850b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ neoForge {
client {
client()

programArguments.addAll '--username', 'Dev###'
programArguments.addAll '--username', 'Dev' + new Random().nextInt(999)
systemProperty 'neoforge.enabledGameTestNamespaces', project.mod_id
}

Expand Down

0 comments on commit c850b76

Please sign in to comment.