Skip to content

Commit 18395f2

Browse files
committed
Update to Rocket 3.11.0.0 and 4.5.0.0
1 parent 9ba730c commit 18395f2

File tree

11 files changed

+4
-4
lines changed

11 files changed

+4
-4
lines changed

CommandHome.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Rocket.API;
22
using Rocket.Unturned.Commands;
33
using Rocket.Unturned.Player;
4-
using SDG;
4+
using SDG.Unturned;
55
using Steamworks;
66
using UnityEngine;
77
using System;

HomePlayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Rocket.Unturned;
33
using Rocket.Unturned.Logging;
44
using Rocket.Unturned.Player;
5-
using SDG;
5+
using SDG.Unturned;
66
using Steamworks;
77
using UnityEngine;
88
using System;

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.1.1.2")]
35+
[assembly: AssemblyVersion("2.1.1.3")]
3636
[assembly: AssemblyFileVersion("2.1.1.2")]

ZaupHomeCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Rocket.Unturned;
55
using Rocket.Unturned.Plugins;
66
using Rocket.Unturned.Player;
7-
using SDG;
7+
using SDG.Unturned;
88
using UnityEngine;
99
using Steamworks;
1010

lib/Assembly-CSharp-firstpass.dll

-16 KB
Binary file not shown.

lib/Assembly-CSharp.dll

125 KB
Binary file not shown.

lib/Rocket.API.dll

0 Bytes
Binary file not shown.

lib/Rocket.Core.dll

1 KB
Binary file not shown.

lib/Rocket.Unturned.dll

5.5 KB
Binary file not shown.

lib/Uconomy.dll

-1 KB
Binary file not shown.

0 commit comments

Comments
 (0)