We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5832e63 commit a764a1cCopy full SHA for a764a1c
src/RustExtension.cs
@@ -118,11 +118,6 @@ public override void Load()
118
Manager.RegisterLibrary("Server", new Libraries.Server());
119
Manager.RegisterPluginLoader(new RustPluginLoader());
120
121
- if (Environment.OSVersion.Platform == PlatformID.Unix)
122
- {
123
- Cleanup.Add("Facepunch.Steamworks.Win64.dll"); // TODO: Remove after a few updates
124
- }
125
-
126
WebClient.Headers["User-Agent"] = $"Oxide.Rust {Version}";
127
}
128
0 commit comments