File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ProjectLighthouse.Servers.API/Responses
ProjectLighthouse/Configuration/ConfigurationCategories Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace LBPUnion.ProjectLighthouse.Servers.API.Responses;
66
77public class RpcResponse
88{
9- public long ApplicationId { get ; set ; }
9+ public string ApplicationId { get ; set ; }
1010 public string PartyIdPrefix { get ; set ; }
1111 public UsernameType UsernameType { get ; set ; }
1212 public RpcAssets Assets { get ; set ; }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace LBPUnion.ProjectLighthouse.Configuration.ConfigurationCategories;
77[ Serializable ]
88public class RichPresenceConfiguration
99{
10- public long ApplicationId { get ; set ; } = 1060973475151495288 ;
10+ public string ApplicationId { get ; set ; } = " 1060973475151495288" ;
1111 public string PartyIdPrefix { get ; set ; } = "project-lighthouse" ;
1212 public UsernameType UsernameType { get ; set ; } = UsernameType . Integer ;
1313 public RpcAssets Assets { get ; set ; } = new ( ) ;
You can’t perform that action at this time.
0 commit comments