Skip to content

Commit

Permalink
Add Linux platform to metrics (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndianBartonka committed Jun 11, 2024
1 parent 86683f2 commit 439a74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/cn/nukkit/metrics/NukkitMetrics.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ private String mapDeviceOSToString(int os) {
case 12: return "Switch";
case 13: return "Xbox";
case 14: return "Windows Phone";
case 15: return "Linux";
}
return "Unknown";
}
Expand Down

0 comments on commit 439a74a

Please sign in to comment.