Update to Mintaka (thanks @enerdy)
This commit is contained in:
parent
d728a24902
commit
678f6c7cf8
29 changed files with 51 additions and 39 deletions
4
TShockAPI/GetDataHandlers.cs
Executable file → Normal file
4
TShockAPI/GetDataHandlers.cs
Executable file → Normal file
|
|
@ -32,6 +32,8 @@ using Terraria;
|
|||
using Terraria.ObjectData;
|
||||
using Terraria.DataStructures;
|
||||
using Terraria.GameContent.Tile_Entities;
|
||||
using Microsoft.Xna.Framework;
|
||||
using OTAPI.Tile;
|
||||
|
||||
namespace TShockAPI
|
||||
{
|
||||
|
|
@ -2053,7 +2055,7 @@ namespace TShockAPI
|
|||
|
||||
Item selectedItem = args.Player.SelectedItem;
|
||||
int lastKilledProj = args.Player.LastKilledProjectile;
|
||||
Tile tile = Main.tile[tileX, tileY];
|
||||
ITile tile = Main.tile[tileX, tileY];
|
||||
|
||||
if (action == EditAction.PlaceTile)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue