Skip to content

Commit 2ca990b

Browse files
committed
Fix unload
1 parent 21c4cde commit 2ca990b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VCF.Core/Plugin.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ public override void Load()
3333

3434
public override bool Unload()
3535
{
36+
if (!Breadstone.VWorld.IsServer)
37+
return true;
38+
3639
_harmony.UnpatchSelf();
3740
return true;
3841
}

0 commit comments

Comments
 (0)