From eea847fd6d9d8dca7cb69d05ff9ba2d0253d7028 Mon Sep 17 00:00:00 2001 From: Lachlan Leone Date: Sat, 12 Nov 2022 14:48:23 +1100 Subject: [PATCH] Revert "vs fix" This reverts commit f97d7b62c37d28ed28aba27706af19d5e666940f. --- MMOKitchen/Mod.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MMOKitchen/Mod.cs b/MMOKitchen/Mod.cs index 22463a4..73f5bff 100644 --- a/MMOKitchen/Mod.cs +++ b/MMOKitchen/Mod.cs @@ -8,14 +8,14 @@ using MelonLoader; #endif #if MelonLoader -[assembly: MelonInfo(typeof(MMOKitchen.Mod), "MMO Kitchen", "0.1.3", "StarFluxGames")] +[assembly: MelonInfo(typeof(MMOKitchen.Mod), "MMO Kitchen", "0.1.2", "StarFluxGames")] [assembly: MelonGame("It's Happening", "PlateUp")] #endif namespace MMOKitchen { #if BepInEx [BepInProcess("PlateUp.exe")] - [BepInPlugin("starfluxgames.mmokitchen", "MMO Kitchen", "0.1.3")] + [BepInPlugin("starfluxgames.mmokitchen", "MMO Kitchen", "0.1.2")] #endif public class Mod : BaseMod {