From 76b568c2483e61b3ab621489fbe470a1392c995c Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Mon, 24 Jul 2023 05:17:23 +0300 Subject: [PATCH] Update TODOs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb611d0..6f09642 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] Return from events - [x] Async support - [ ] Add all events + - [x] MultiLanguage: (i18n support) + - [ ] Core + - [x] Console + - [x] WebAPI - [x] Plugins supports: - [x] Python part: - [x] Load Python plugins @@ -58,10 +62,6 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. - [x] MP Class - [x] Util class - [x] FS class - - [x] MultiLanguage: (i18n support) - - [ ] Core - - [x] Console - - [x] WebAPI - [ ] HTTP API Server: (fastapi) - [x] Stop and Start with core - [x] Configure FastAPI logger