Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
[Rust] Patch for May 18th update (build 593, protocol 1987.144.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed May 18, 2017
1 parent 045c335 commit 5f11775
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
Binary file not shown.
Binary file modified Games/Unity/Oxide.Game.Rust/Dependencies/Facepunch.Network.dll
Binary file not shown.
Binary file modified Games/Unity/Oxide.Game.Rust/Dependencies/Facepunch.System.dll
Binary file not shown.
Binary file not shown.
Binary file modified Games/Unity/Oxide.Game.Rust/Dependencies/Rust.Data.dll
Binary file not shown.
Binary file modified Games/Unity/Oxide.Game.Rust/Dependencies/Rust.Global.dll
Binary file not shown.
Binary file modified Games/Unity/Oxide.Game.Rust/Patched/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Games/Unity/Oxide.Game.Rust/Patched/Facepunch.Console.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions Games/Unity/Oxide.Game.Rust/Rust.opj
Expand Up @@ -882,7 +882,7 @@
"Network.Connection"
]
},
"MSILHash": "9bvjR7unrTNMPkz6g+2qTXcbRXfPPbrvL5e07s5OVXk=",
"MSILHash": "chXXLEfJDEPttRpJjy4nDy43uF4cNbSB1zJUWO3ETxE=",
"BaseHookName": null,
"HookCategory": "Player"
}
Expand Down Expand Up @@ -2452,7 +2452,7 @@
"ReturnType": "System.Void",
"Parameters": []
},
"MSILHash": "30vAt+wxJji3QH5j5Skm6Er1ZoKwY3DemSLGvzvgtnA=",
"MSILHash": "mFozSPiBzE5U7RAoSH4CT8I0rJT3uEsB1AyTOV3Y8n4=",
"BaseHookName": null,
"HookCategory": "_Patches"
}
Expand Down Expand Up @@ -2856,7 +2856,7 @@
"Network.Message"
]
},
"MSILHash": "L6xtSFacGmCDpQ2tMG0r8qg1/lXBVEZ8erv5nCrkCzA=",
"MSILHash": "2h8e1mBrRjrXGmtmje1ZZBXlJd12/sEtjtERcqzG020=",
"BaseHookName": null,
"HookCategory": "Player"
}
Expand Down Expand Up @@ -4454,7 +4454,7 @@
"DroppedItem"
]
},
"MSILHash": "whA2W5hdVcw6/m6Oixycw60NmWEKaZlv/tv4QZ13Kow=",
"MSILHash": "cxzMncYRG9t78CnhWgl2MZsxeZpX/JbLbkwUtG7x5Kk=",
"BaseHookName": null,
"HookCategory": "Item"
}
Expand Down Expand Up @@ -4564,7 +4564,7 @@
"DroppedItem"
]
},
"MSILHash": "whA2W5hdVcw6/m6Oixycw60NmWEKaZlv/tv4QZ13Kow=",
"MSILHash": "cxzMncYRG9t78CnhWgl2MZsxeZpX/JbLbkwUtG7x5Kk=",
"BaseHookName": "CanCombineDroppedItem",
"HookCategory": "_Patches"
}
Expand Down
2 changes: 1 addition & 1 deletion Games/Unity/Oxide.Game.Rust/RustCore.cs
Expand Up @@ -767,7 +767,7 @@ private void VersionCommand(IPlayer player, string command, string[] args)
else
{
player.Reply($"Protocol: {Server.Protocol}\nBuild Date: {BuildInfo.Current.BuildDate}\n" +
$"Unity Version: {Application.unityVersion}\nChangeset: {BuildInfo.Current.Scm.ChangeId}\n" +
$"Unity Version: {UnityEngine.Application.unityVersion}\nChangeset: {BuildInfo.Current.Scm.ChangeId}\n" +
$"Branch: {BuildInfo.Current.Scm.Branch}\nOxide Version: {OxideMod.Version}");
}
}
Expand Down

0 comments on commit 5f11775

Please sign in to comment.