Notify player that he is being annoyed

This commit is contained in:
Deathmax 2011-07-09 10:04:57 +08:00
parent 181013a385
commit 935c051163

View file

@ -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)
{