Skip to content

Commit e20b573

Browse files
author
Zack
committed
Merge pull request #7 from WhiteXZ/master
Api tick and ref updates
2 parents a43f7fb + ce3bb36 commit e20b573

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

RegionFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace RegionFlags
1515
{
16-
[ApiVersion(1,14)]
16+
[ApiVersion(1,15)]
1717
public class RegionFlags : TerrariaPlugin
1818
{
1919
private FlaggedRegionManager regions;

RegionFlags.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,10 @@
4747
<Reference Include="Microsoft.CSharp" />
4848
<Reference Include="System.Data" />
4949
<Reference Include="System.Xml" />
50-
<Reference Include="TerrariaServer, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
51-
<SpecificVersion>False</SpecificVersion>
52-
<ExecutableExtension>.exe</ExecutableExtension>
50+
<Reference Include="TerrariaServer">
5351
<HintPath>dll\TerrariaServer.exe</HintPath>
5452
</Reference>
55-
<Reference Include="TShockAPI, Version=3.9.1.526, Culture=neutral, processorArchitecture=MSIL">
56-
<SpecificVersion>False</SpecificVersion>
53+
<Reference Include="TShockAPI">
5754
<HintPath>dll\TShockAPI.dll</HintPath>
5855
</Reference>
5956
</ItemGroup>

dll/TShockAPI.dll

25.5 KB
Binary file not shown.

dll/TerrariaServer.exe

240 KB
Binary file not shown.

0 commit comments

Comments
 (0)