From a9774a63cd5b52414ffb0a4620e35aeb53dc5691 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 12 Jul 2023 11:19:11 +0300 Subject: [PATCH] Update TODOs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e5383b..bc10936 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. ## TODOs - [ ] Server core - - [ ] BEAMP System - - [x] Private access without key - - [ ] Server authentication (For public access) + - [x] BEAMP System + - [x] Private access without key (Direct connect) + - [x] Server authentication (For public access) - [X] Player authentication - [ ] TCP Server part: - [x] Handle code