Skip to content

Commit

Permalink
using Bukkit#getName() for server name
Browse files Browse the repository at this point in the history
  • Loading branch information
powercasgamer committed Jun 22, 2024
1 parent dface59 commit 68f3141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ include (
'spark-velocity4',
'spark-sponge7',
'spark-sponge8',
'spark-forge',
'spark-neoforge',
'spark-fabric',
// 'spark-forge',
// 'spark-neoforge',
// 'spark-fabric',
'spark-nukkit',
'spark-waterdog',
//'spark-minestom', // disabled until minestom publish their maven artifacts to a proper repo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Type getType() {

@Override
public String getName() {
return "Bukkit";
return this.server.getName();
}

@Override
Expand Down

0 comments on commit 68f3141

Please sign in to comment.