Skip to content

Commit f39dadf

Browse files
authored
fix for 1.2.7
fix for new update and added grimace playermodel
1 parent fe22e7f commit f39dadf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

PlayerAssets/Grimace.gtmodel

82.7 KB
Binary file not shown.

Plugin.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
namespace PlayerModel
1818
{
19-
[ModdedGamemode]
20-
[BepInDependency("org.legoandmars.gorillatag.utilla", "1.6.8")]
19+
20+
[BepInDependency("org.legoandmars.gorillatag.utilla", "1.6.9")]
2121
[BepInPlugin(PluginInfo.GUID, PluginInfo.Name, PluginInfo.Version)]
2222
public class Plugin : BaseUnityPlugin
2323
{
@@ -214,7 +214,7 @@ public void OnGameInitialized(object sender, EventArgs e)
214214

215215
}
216216
STARTPLAYERMOD = true;
217-
//Debug.Log("PlayerModel v1.2.5");
217+
218218
}
219219

220220

@@ -263,7 +263,7 @@ static public void LipSyncStart()
263263
else
264264
{
265265
_useMic = false;
266-
Debug.LogError("Micropohone is missing kwjebfiwujeenbfiubwefijbwefijbwefijwbefijwbefijwbefijwbefijwbefijwbef");
266+
267267
}
268268
}
269269
}

PluginInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class PluginInfo
88
{
99
public const string GUID = "com.nachoengine.playermodel";
1010
public const string Name = "PlayerModel";
11-
public const string Version = "1.2.6";
11+
public const string Version = "1.2.7";
1212
}
1313
}

0 commit comments

Comments
 (0)