From d5da93563e20ea0124b4d2d6bab1d821a98bcea3 Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 27 Apr 2018 19:52:20 +0300 Subject: [PATCH] s/PlayerID/PlayerId --- TShockAPI/GetDataHandlers.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 02be7f7f..baea2f82 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -803,7 +803,7 @@ namespace TShockAPI /// /// The Terraria playerID of the player /// - public byte PlayerID { get; set; } + public byte PlayerId { get; set; } /// /// X location of the player's spawn /// @@ -827,7 +827,7 @@ namespace TShockAPI { Player = player, Data = data, - PlayerID = pid, + PlayerId = pid, SpawnX = spawnX, SpawnY = spawnY, };