From 40d19841d7bf2d11c1ad99d6c40e37e0ae17e6ef Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Sat, 29 Aug 2020 14:41:16 +0200 Subject: [PATCH] refactored into a seperate addPlayer request --- Messages.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Messages.md b/Messages.md index ee69bee..7aa47b0 100644 --- a/Messages.md +++ b/Messages.md @@ -93,16 +93,21 @@ the allowed values of `` and the implication for the rest of the corresponding fields, look at the documentation of the specific requests. ### SetPlayerTickR -This request is used to set a player to a specific Tick. If the Player is an -`UnknownPlayer` it will be added. +This request is used to set a player to a specific Tick. ``` { "requestType" : "SetPlayerTickR", -"player" : +"player" : "tick" : } ``` +### AddPlayerTickR +``` +"requestType" : "AddPlayerTickR", +"player" : +"tick" : +``` ### InitializeTickLeisteR Initialize a new TickLeiste, either one saved on the client side,