Fix sync script
This commit is contained in:
@@ -10,8 +10,8 @@ using HarmonyLib.Tools;
|
|||||||
namespace DavesPhatStore {
|
namespace DavesPhatStore {
|
||||||
[BepInPlugin(pluginGuid, pluginName, pluginVersion)]
|
[BepInPlugin(pluginGuid, pluginName, pluginVersion)]
|
||||||
public class Main : BaseUnityPlugin {
|
public class Main : BaseUnityPlugin {
|
||||||
private const string pluginGuid = "SupermarketTogether";
|
private const string pluginGuid = "DavesPhatStore";
|
||||||
private const string pluginName = "SupermarketTogether";
|
private const string pluginName = "DavesPhatStore";
|
||||||
private const string pluginVersion = "1.0.0";
|
private const string pluginVersion = "1.0.0";
|
||||||
|
|
||||||
public static ConfigEntry<int> playersAdded;
|
public static ConfigEntry<int> playersAdded;
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
bin/Release/SupermarketTogether.dll,"C:/Program Files (x86)/Steam/steamapps/common/Supermarket Together/BepInEx/plugins/SupermarketTogether.dll"
|
bin/Release/DavesPhatStore.dll,"C:/Program Files (x86)/Steam/steamapps/common/Supermarket Together/BepInEx/plugins/DavesPhatStore.dll"
|
||||||
|
|||||||
Reference in New Issue
Block a user