From 454939d0ebb3d9a326a4a25afe51b8d2ccd7f214 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 22 Aug 2024 20:10:16 +0200 Subject: [PATCH] Fix sync script --- Projects/SupermarketTogether/SupermarketTogether/Class1.cs | 4 ++-- Projects/SupermarketTogether/SupermarketTogether/sync | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/SupermarketTogether/SupermarketTogether/Class1.cs b/Projects/SupermarketTogether/SupermarketTogether/Class1.cs index afe0472..47f2aa6 100644 --- a/Projects/SupermarketTogether/SupermarketTogether/Class1.cs +++ b/Projects/SupermarketTogether/SupermarketTogether/Class1.cs @@ -10,8 +10,8 @@ using HarmonyLib.Tools; namespace DavesPhatStore { [BepInPlugin(pluginGuid, pluginName, pluginVersion)] public class Main : BaseUnityPlugin { - private const string pluginGuid = "SupermarketTogether"; - private const string pluginName = "SupermarketTogether"; + private const string pluginGuid = "DavesPhatStore"; + private const string pluginName = "DavesPhatStore"; private const string pluginVersion = "1.0.0"; public static ConfigEntry playersAdded; diff --git a/Projects/SupermarketTogether/SupermarketTogether/sync b/Projects/SupermarketTogether/SupermarketTogether/sync index 38323fa..cbed8cb 100644 --- a/Projects/SupermarketTogether/SupermarketTogether/sync +++ b/Projects/SupermarketTogether/SupermarketTogether/sync @@ -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"