Skip to content

Commit a764a1c

Browse files
committed
Remove old steamworks dll cleanup
1 parent 5832e63 commit a764a1c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/RustExtension.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ public override void Load()
118118
Manager.RegisterLibrary("Server", new Libraries.Server());
119119
Manager.RegisterPluginLoader(new RustPluginLoader());
120120

121-
if (Environment.OSVersion.Platform == PlatformID.Unix)
122-
{
123-
Cleanup.Add("Facepunch.Steamworks.Win64.dll"); // TODO: Remove after a few updates
124-
}
125-
126121
WebClient.Headers["User-Agent"] = $"Oxide.Rust {Version}";
127122
}
128123

0 commit comments

Comments
 (0)