s/PlayerID/PlayerId
This commit is contained in:
parent
a1f7179b46
commit
d5da93563e
1 changed files with 2 additions and 2 deletions
|
|
@ -803,7 +803,7 @@ namespace TShockAPI
|
|||
/// <summary>
|
||||
/// The Terraria playerID of the player
|
||||
/// </summary>
|
||||
public byte PlayerID { get; set; }
|
||||
public byte PlayerId { get; set; }
|
||||
/// <summary>
|
||||
/// X location of the player's spawn
|
||||
/// </summary>
|
||||
|
|
@ -827,7 +827,7 @@ namespace TShockAPI
|
|||
{
|
||||
Player = player,
|
||||
Data = data,
|
||||
PlayerID = pid,
|
||||
PlayerId = pid,
|
||||
SpawnX = spawnX,
|
||||
SpawnY = spawnY,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue