final fix + new config option to change service between Steam and EOS
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using Sandbox.Engine.Networking;
|
||||
using VRage.Game;
|
||||
|
||||
namespace Torch.Utils
|
||||
{
|
||||
public static class ModItemUtils
|
||||
{
|
||||
public static MyObjectBuilder_Checkpoint.ModItem Create(ulong modId)
|
||||
{
|
||||
return new MyObjectBuilder_Checkpoint.ModItem(modId, GetDefaultServiceName());
|
||||
}
|
||||
|
||||
//because KEEEN!
|
||||
public static string GetDefaultServiceName() => "Steam";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user