Fixed conflict
This commit is contained in:
parent
4035c5dd71
commit
97524f1e02
1 changed files with 1 additions and 5 deletions
|
|
@ -124,13 +124,9 @@ namespace TShockAPI
|
|||
void OnChat(int ply, string msg, HandledEventArgs handler)
|
||||
{
|
||||
if (Main.netMode != 2) { return; }
|
||||
<<<<<<< HEAD
|
||||
int x = (int) Main.player[ply].position.X;
|
||||
int y = (int) Main.player[ply].position.Y;
|
||||
=======
|
||||
int x = (int)Main.player[ply].position.X;
|
||||
int y = (int)Main.player[ply].position.Y;
|
||||
>>>>>>> a4cf86f85300a81a3eab772d8735dcd7c6747010
|
||||
|
||||
if (IsAdmin(ply))
|
||||
{
|
||||
if (msg.Length > 5 && msg.Substring(0, 5) == "/kick")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue