whitespace
This commit is contained in:
parent
6734775620
commit
537bc8eccd
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
TShock, a server mod for Terraria
|
||||
Copyright (C) 2011 The TShock Team
|
||||
|
||||
|
|
@ -127,7 +127,6 @@ namespace TShockAPI
|
|||
TSPlayer.All.SendMessage(msg, red, green, blue);
|
||||
TSPlayer.Server.SendMessage(msg, red, green, blue);
|
||||
Log.Info(string.Format("Broadcast: {0}", msg));
|
||||
|
||||
}
|
||||
|
||||
public static void Broadcast(string msg, Color color)
|
||||
|
|
@ -592,4 +591,4 @@ namespace TShockAPI
|
|||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue