idk why it's not working
This commit is contained in:
@@ -7,10 +7,10 @@ namespace Torch.Utils
|
||||
{
|
||||
public static MyObjectBuilder_Checkpoint.ModItem Create(ulong modId)
|
||||
{
|
||||
var serviceName = "Steam";
|
||||
if (MyGameService.IsOnline)
|
||||
serviceName = MyGameService.GetDefaultUGC().ServiceName;
|
||||
return new MyObjectBuilder_Checkpoint.ModItem(modId, serviceName);
|
||||
return new MyObjectBuilder_Checkpoint.ModItem(modId, GetDefaultServiceName());
|
||||
}
|
||||
|
||||
//because KEEEN!
|
||||
public static string GetDefaultServiceName() => "Steam";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user