Skip to content

Commit

Permalink
Detecting the Xbox version of Palworld
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Jun 27, 2024
1 parent 4eca480 commit d894adc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Implements Beacon.HostingProvider
Return SDTD.Identifier
Case "arksa"
Return ArkSA.Identifier
Case "palworld"
Case "palworld", "palworldxb"
Return Palworld.Identifier
End Select
End Function
Expand All @@ -490,7 +490,7 @@ Implements Beacon.HostingProvider
#tag Method, Flags = &h21
Private Shared Function ShortcodeToPlatform(Shortcode As String) As Integer
Select Case Shortcode
Case "arkxb", "arkxbosg"
Case "arkxb", "arkxbosg", "palworldxb"
Return Beacon.PlatformXbox
Case "arkps", "arkpsosg"
Return Beacon.PlatformPlayStation
Expand Down

0 comments on commit d894adc

Please sign in to comment.