Skip to content

Commit

Permalink
Merge branch 'stable' into bedrock-1.21.60
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Feb 16, 2025
2 parents 29a8bd8 + 9402a20 commit abaa6fa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/utils/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,7 @@ public static function getMachineUniqueId(string $extra = "") : UuidInterface{
}

/**
* Returns the current Operating System
* Windows => win
* MacOS => mac
* iOS => ios
* Android => android
* Linux => Linux
* BSD => bsd
* Other => other
* @return string one of the Utils::OS_* constants
*/
public static function getOS(bool $recalculate = false) : string{
if(self::$os === null || $recalculate){
Expand Down

0 comments on commit abaa6fa

Please sign in to comment.