Skip to content

Commit

Permalink
Exiled broke my shit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal78900 committed Sep 1, 2021
1 parent 06769c6 commit fc2f6f8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion WaitAndChillReborn/Methods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ internal void Scp079sDoors(bool state)

foreach (Door controlRoomDoor in Map.Doors.Where(d => Vector3.Distance(d.Base.transform.position, secondDoorPos) < 5f))
{
controlRoomDoor.Open = state;
controlRoomDoor.IsOpen = state;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion WaitAndChillReborn/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public override void OnDisabled()

public override string Name => "WaitAndChillReborn";
public override string Author => "Michal78900";
public override Version Version => new Version(3, 0, 1);
public override Version Version => new Version(3, 0, 2);
public override Version RequiredExiledVersion => new Version(3, 0, 0);
}
}
16 changes: 8 additions & 8 deletions WaitAndChillReborn/WaitAndChillReborn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
<HintPath>..\..\..\Desktop\Exiled\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Exiled.API, Version=3.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.3.0.0-alpha.71\lib\net472\Exiled.API.dll</HintPath>
<HintPath>..\packages\EXILED.3.0.0-alpha.77\lib\net472\Exiled.API.dll</HintPath>
</Reference>
<Reference Include="Exiled.Bootstrap, Version=3.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.3.0.0-alpha.71\lib\net472\Exiled.Bootstrap.dll</HintPath>
<HintPath>..\packages\EXILED.3.0.0-alpha.77\lib\net472\Exiled.Bootstrap.dll</HintPath>
</Reference>
<Reference Include="Exiled.CreditTags, Version=3.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.3.0.0-alpha.71\lib\net472\Exiled.CreditTags.dll</HintPath>
<HintPath>..\packages\EXILED.3.0.0-alpha.77\lib\net472\Exiled.CreditTags.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomItems, Version=3.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.3.0.0-alpha.71\lib\net472\Exiled.CustomItems.dll</HintPath>
<HintPath>..\packages\EXILED.3.0.0-alpha.77\lib\net472\Exiled.CustomItems.dll</HintPath>
</Reference>
<Reference Include="Exiled.Events, Version=3.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.3.0.0-alpha.71\lib\net472\Exiled.Events.dll</HintPath>
<HintPath>..\packages\EXILED.3.0.0-alpha.77\lib\net472\Exiled.Events.dll</HintPath>
</Reference>
<Reference Include="Exiled.Loader, Version=3.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.3.0.0-alpha.71\lib\net472\Exiled.Loader.dll</HintPath>
<HintPath>..\packages\EXILED.3.0.0-alpha.77\lib\net472\Exiled.Loader.dll</HintPath>
</Reference>
<Reference Include="Exiled.Permissions, Version=3.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.3.0.0-alpha.71\lib\net472\Exiled.Permissions.dll</HintPath>
<HintPath>..\packages\EXILED.3.0.0-alpha.77\lib\net472\Exiled.Permissions.dll</HintPath>
</Reference>
<Reference Include="Exiled.Updater, Version=3.1.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.3.0.0-alpha.71\lib\net472\Exiled.Updater.dll</HintPath>
<HintPath>..\packages\EXILED.3.0.0-alpha.77\lib\net472\Exiled.Updater.dll</HintPath>
</Reference>
<Reference Include="Mirror, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion WaitAndChillReborn/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EXILED" version="3.0.0-alpha.71" targetFramework="net472" />
<package id="EXILED" version="3.0.0-alpha.77" targetFramework="net472" />
</packages>

0 comments on commit fc2f6f8

Please sign in to comment.