Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Feb 4, 2024
1 parent cabb831 commit 36dcbae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mod/Jailbreak.Warden/Global/WardenBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public bool TryRemoveWarden()

if (_warden != null && _warden.Pawn.Value != null)
{
_warden.Pawn.Value.RenderMode = RenderMode_t.kRenderTransColor;
_warden.Pawn.Value.Render = Color.FromArgb(254, 255, 255, 255);
Utilities.SetStateChanged(_warden.Pawn.Value, "CBaseModelEntity", "m_clrRender");
}
Expand Down
2 changes: 1 addition & 1 deletion src/Jailbreak/Jailbreak.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Jailbreak;
public class Jailbreak : BasePlugin
{
public override string ModuleName => "Jailbreak";
public override string ModuleVersion => "0.2.0.{GIT_VERSION}";
public override string ModuleVersion => "0.2.1.{GIT_VERSION}";
public override string ModuleAuthor => "EdgeGamers Development";

private IServiceProvider _provider;
Expand Down

0 comments on commit 36dcbae

Please sign in to comment.