Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
SGB: fix double s preventing proper publish
Browse files Browse the repository at this point in the history
  • Loading branch information
knah committed May 2, 2022
1 parent 93157d2 commit ef99701
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using RootMotion.FinalIK;
using UnityEngine;

namespace ScaleGoessBrr
namespace ScaleGoesBrr
{
public class ScaleGoesBrrComponent : MonoBehaviour
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
using HarmonyLib;
using MelonLoader;
using RootMotion.FinalIK;
using ScaleGoessBrr;
using ScaleGoesBrr;
using UnhollowerRuntimeLib;
using UnityEngine;
using VRC.SDKBase;

[assembly:MelonInfo(typeof(ScaleGoesBrrMod), "Scale Goes Brr", "1.0", "knah", "https://github.com/knah/VRCMods")]
[assembly:MelonGame("VRChat", "VRChat")]

namespace ScaleGoessBrr
namespace ScaleGoesBrr
{
public partial class ScaleGoesBrrMod : MelonMod
{
Expand Down
2 changes: 1 addition & 1 deletion VRCMods.sln
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrityCheckGenerator", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Styletor", "Styletor\Styletor.csproj", "{27F7A678-72DD-4BEA-B5FA-4589299FE595}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScaleGoessBrr", "ScaleGoessBrr\ScaleGoessBrr.csproj", "{6E79F8CC-0513-43DB-974F-983867F9CBBD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScaleGoesBrr", "ScaleGoesBrr\ScaleGoesBrr.csproj", "{6E79F8CC-0513-43DB-974F-983867F9CBBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit ef99701

Please sign in to comment.