Skip to content

Commit

Permalink
- Update for SPT 3.6.0 / EFT 24605
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakiaXYZ committed Jul 11, 2023
1 parent d68230a commit cb8e762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BrainLogic/RoamingLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ public override void Update()

BotOwner.DoorOpener.Update();

gclass271_0.Update(BotOwner);
gclass272_0.Update(BotOwner);
}

private GClass271 gclass271_0 = new GClass271();
private GClass272 gclass272_0 = new GClass272();
}
#endif
}
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: TarkovVersion(23399)]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: TarkovVersion(24605)]
2 changes: 1 addition & 1 deletion WaypointsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace DrakiaXYZ.Waypoints
{
[BepInPlugin("xyz.drakia.waypoints", "DrakiaXYZ-Waypoints", "1.1.2")]
[BepInPlugin("xyz.drakia.waypoints", "DrakiaXYZ-Waypoints", "1.2.0")]
public class WaypointsPlugin : BaseUnityPlugin
{
public static string PluginFolder = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
Expand Down

0 comments on commit cb8e762

Please sign in to comment.