From bf5579936d6e1f54b5ee950d0575b921c64ddc78 Mon Sep 17 00:00:00 2001 From: Nick Gamberini Date: Wed, 30 Sep 2015 21:50:29 -0400 Subject: [PATCH] Playload -> Payload --- docs/plugins/core/ticker.rst | 6 +++--- docs/plugins/helpers/clientinfo.rst | 18 ++++++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/plugins/core/ticker.rst b/docs/plugins/core/ticker.rst index 4833107..6324686 100644 --- a/docs/plugins/core/ticker.rst +++ b/docs/plugins/core/ticker.rst @@ -17,7 +17,7 @@ Events should schedule those movements by hooking into `action_tick` and calling the appropriate pathfinding or movement methods. - **Playload** :: + **Payload** :: None @@ -28,7 +28,7 @@ Events the movement actions as well as world forces to resolve a position for the client. The default PhysicsPlugin depends on this event. - **Playload** :: + **Payload** :: None @@ -38,6 +38,6 @@ Events position has been resolved for the client and is ready to be sent to the server. The default MovementPlugin depends on this event. - **Playload** :: + **Payload** :: None diff --git a/docs/plugins/helpers/clientinfo.rst b/docs/plugins/helpers/clientinfo.rst index 60c162b..4457439 100644 --- a/docs/plugins/helpers/clientinfo.rst +++ b/docs/plugins/helpers/clientinfo.rst @@ -18,7 +18,7 @@ Events Client Info is done processing the Join Game packet - **Playload** :: + **Payload** :: GameInfo() @@ -26,7 +26,7 @@ Events Client Info is done processing the Spawn Position packet - **Playload** :: + **Payload** :: Position() @@ -34,7 +34,7 @@ Events When the players health changes - **Playload** :: + **Payload** :: PlayerHealth() @@ -42,7 +42,7 @@ Events When the player health becomes 0.0 - **Playload** :: + **Payload** :: PlayerHealth() @@ -50,7 +50,7 @@ Events When the player is moved by the server - **Playload** :: + **Payload** :: PlayerPosition() @@ -58,7 +58,7 @@ Events Player added to the player list - **Playload** :: + **Payload** :: PlayerListItem() @@ -66,7 +66,7 @@ Events Player info is updated on the player list - **Playload** :: + **Payload** :: PlayerListItem() @@ -74,7 +74,7 @@ Events Player removed from the player list - **Playload** :: + **Payload** :: PlayerListItem() @@ -83,5 +83,3 @@ Methods and Attributes .. autoclass:: ClientInfo :members: :undoc-members: - -