Initial working commit.

This commit is contained in:
Olink 2020-05-27 23:05:45 -04:00
parent 073088156c
commit 079541d4c9
3 changed files with 16 additions and 2 deletions

View file

@ -496,7 +496,7 @@ namespace TShockAPI
}
var response = NetCreativeUnlocksModule.SerializeItemSacrifice(i, amount);
NetManager.Instance.SendToClient(response, player.TPlayer.whoAmI);
NetManager.Instance.SendToClient(response, player.Index);
}
}
}