Skip to content

Commit 1f5ce31

Browse files
committed
5.3.0
1 parent bced013 commit 1f5ce31

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

GLMod/GLMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace GLMod
1818
{
19-
[BepInPlugin(Id, "GLMod", "5.2.1")]
19+
[BepInPlugin(Id, "GLMod", "5.3.0")]
2020
[BepInProcess("Among Us.exe")]
2121
public class GLMod : BasePlugin
2222
{

GLMod/GLMod.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
4-
<Version>5.2.1</Version>
4+
<Version>5.3.0</Version>
55
<GameVersion>2025.3.31</GameVersion>
66

77
<Description>GLMod</Description>

GLMod/Services/IntegrityService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public IEnumerator GetApiData(string id, System.Action<string> onComplete, Syste
5555

5656
if (error != null)
5757
{
58-
Log("Erreur HTTP : " + error);
5958
onError?.Invoke(error);
6059
onComplete?.Invoke("");
6160
yield break;

0 commit comments

Comments
 (0)