Skip to content

Commit

Permalink
OnEnterWorld clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Sep 12, 2018
1 parent 80cc3b8 commit 7069fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/tModLoader/Terraria.ModLoader/ModPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ public virtual void PlayerDisconnect(Player player)
}

/// <summary>
/// Called when a player enters the world.
/// Called on the LocalPlayer when that player enters the world. SP and Client. Only called on the player who is entering. A possible use is ensuring that UI elements are reset to the configuration specified in data saved to the ModPlayer. Can also be used for informational messages.
/// </summary>
/// <param name="player">The player that entered the world.</param>
public virtual void OnEnterWorld(Player player)
Expand Down

0 comments on commit 7069fe8

Please sign in to comment.