Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Bugfix -> small twist fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Aug 13, 2023
1 parent eef6201 commit eb0dad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public Stats getStats() {
getProxy().getOnlineCount(),
getProxy().getServers().size(),
Runtime.getRuntime().availableProcessors(),
getProxy().getName(),
getProxy().getVersion(),
getProxy().getName(),
System.getProperty("java.version"),
System.getProperty("os.name"),
System.getProperty("os.arch"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public Stats getStats() {
getServer().getOnlinePlayers().size(),
0,
Runtime.getRuntime().availableProcessors(),
getServer().getName(),
getServer().getVersion(),
getServer().getName(),
System.getProperty("java.version"),
System.getProperty("os.name"),
System.getProperty("os.arch"),
Expand Down

0 comments on commit eb0dad5

Please sign in to comment.