Notify player that he is being annoyed
This commit is contained in:
parent
181013a385
commit
935c051163
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ namespace TShockAPI
|
|||
for (int i = 0; i < Main.maxPlayers; i++)
|
||||
if (Main.player[i] != null & Main.player[i].active && i != Index)
|
||||
player = i;
|
||||
|
||||
SendMessage("You are now being annoyed.", Color.Red);
|
||||
var oriinv = Main.player[0].inventory[player];
|
||||
while ((DateTime.UtcNow - launch).TotalSeconds < time2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue