Chest KillTile is now subject to region protection.
Non-working /buff
This commit is contained in:
parent
e4bcadcdc4
commit
473d554de1
4 changed files with 54 additions and 0 deletions
|
|
@ -259,6 +259,13 @@ namespace TShockAPI
|
|||
return;
|
||||
NetMessage.SendData((int)msgType, Index, -1, text, number, number2, number3, number4, number5);
|
||||
}
|
||||
|
||||
public void Buff()
|
||||
{
|
||||
for (int i = 0; i < 10; i++)
|
||||
TPlayer.buffType[i] = TShock.Config.Buffs[i];
|
||||
NetMessage.SendData(50, -1, -1, "", Index);
|
||||
}
|
||||
}
|
||||
|
||||
public class TSServerPlayer : TSPlayer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue