From cfe26d4c7b5ad120df4279b30bda5e5e1a670829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Mon, 5 Mar 2018 16:32:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0bad79..8296211 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke * Multiple messages processed every frame with the ability to specify a maximum to prevent freezes in the normal game logic * Passthrough messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Passthrough-messages)\] * Scene Management -* Built in Lag compensation (Based on RTT which trades accuracy for modularity) +* Built in Lag compensation \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Lag-Compensation)\] * NetworkTransform replacement * Targeted messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Targeted-Messages)\]