whitespace
This commit is contained in:
parent
6734775620
commit
537bc8eccd
1 changed files with 2 additions and 3 deletions
|
|
@ -127,7 +127,6 @@ namespace TShockAPI
|
||||||
TSPlayer.All.SendMessage(msg, red, green, blue);
|
TSPlayer.All.SendMessage(msg, red, green, blue);
|
||||||
TSPlayer.Server.SendMessage(msg, red, green, blue);
|
TSPlayer.Server.SendMessage(msg, red, green, blue);
|
||||||
Log.Info(string.Format("Broadcast: {0}", msg));
|
Log.Info(string.Format("Broadcast: {0}", msg));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Broadcast(string msg, Color color)
|
public static void Broadcast(string msg, Color color)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue